Skip to content

Commit c0167ac

Browse files
Merge pull request #144 from MicrosoftDocs/main
Push to prod
2 parents 06679f5 + 44da3d6 commit c0167ac

File tree

1 file changed

+52
-8
lines changed

1 file changed

+52
-8
lines changed

xrefmap.yml

Lines changed: 52 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,6 +2055,14 @@ references:
20552055
href: https://docs.python.org/3/library/ctypes.html#ctypes.Array._type_
20562056
name: _type_
20572057
uid: ctypes.Array._type_
2058+
- fullName: ctypes.CDLL._handle
2059+
href: https://docs.python.org/3/library/ctypes.html#ctypes.CDLL._handle
2060+
name: _handle
2061+
uid: ctypes.CDLL._handle
2062+
- fullName: ctypes.CDLL._name
2063+
href: https://docs.python.org/3/library/ctypes.html#ctypes.CDLL._name
2064+
name: _name
2065+
uid: ctypes.CDLL._name
20582066
- fullName: ctypes.CField.bit_offset
20592067
href: https://docs.python.org/3/library/ctypes.html#ctypes.CField.bit_offset
20602068
name: bit_offset
@@ -2107,14 +2115,6 @@ references:
21072115
href: https://docs.python.org/3/library/ctypes.html#ctypes.COMError.text
21082116
name: text
21092117
uid: ctypes.COMError.text
2110-
- fullName: ctypes.PyDLL._handle
2111-
href: https://docs.python.org/3/library/ctypes.html#ctypes.PyDLL._handle
2112-
name: _handle
2113-
uid: ctypes.PyDLL._handle
2114-
- fullName: ctypes.PyDLL._name
2115-
href: https://docs.python.org/3/library/ctypes.html#ctypes.PyDLL._name
2116-
name: _name
2117-
uid: ctypes.PyDLL._name
21182118
- fullName: ctypes.Structure._align_
21192119
href: https://docs.python.org/3/library/ctypes.html#ctypes.Structure._align_
21202120
name: _align_
@@ -11139,6 +11139,18 @@ references:
1113911139
href: https://docs.python.org/3/library/enum.html#enum.Flag._numeric_repr_
1114011140
name: _numeric_repr_
1114111141
uid: enum.Flag._numeric_repr_
11142+
- fullName: file.close
11143+
href: https://docs.python.org/3/reference/datamodel.html#file.close
11144+
name: close
11145+
uid: file.close
11146+
- fullName: file.read
11147+
href: https://docs.python.org/3/reference/datamodel.html#file.read
11148+
name: read
11149+
uid: file.read
11150+
- fullName: file.write
11151+
href: https://docs.python.org/3/reference/datamodel.html#file.write
11152+
name: write
11153+
uid: file.write
1114211154
- fullName: filecmp.dircmp.report
1114311155
href: https://docs.python.org/3/library/filecmp.html#filecmp.dircmp.report
1114411156
name: report
@@ -19739,6 +19751,38 @@ references:
1973919751
href: https://docs.python.org/3/library/csv.html#csv.QUOTE_STRINGS
1974019752
name: QUOTE_STRINGS
1974119753
uid: csv.QUOTE_STRINGS
19754+
- fullName: ctypes.DEFAULT_MODE
19755+
href: https://docs.python.org/3/library/ctypes.html#ctypes.DEFAULT_MODE
19756+
name: DEFAULT_MODE
19757+
uid: ctypes.DEFAULT_MODE
19758+
- fullName: ctypes.RTLD_GLOBAL
19759+
href: https://docs.python.org/3/library/ctypes.html#ctypes.RTLD_GLOBAL
19760+
name: RTLD_GLOBAL
19761+
uid: ctypes.RTLD_GLOBAL
19762+
- fullName: ctypes.RTLD_LOCAL
19763+
href: https://docs.python.org/3/library/ctypes.html#ctypes.RTLD_LOCAL
19764+
name: RTLD_LOCAL
19765+
uid: ctypes.RTLD_LOCAL
19766+
- fullName: ctypes.cdll
19767+
href: https://docs.python.org/3/library/ctypes.html#ctypes.cdll
19768+
name: cdll
19769+
uid: ctypes.cdll
19770+
- fullName: ctypes.oledll
19771+
href: https://docs.python.org/3/library/ctypes.html#ctypes.oledll
19772+
name: oledll
19773+
uid: ctypes.oledll
19774+
- fullName: ctypes.pydll
19775+
href: https://docs.python.org/3/library/ctypes.html#ctypes.pydll
19776+
name: pydll
19777+
uid: ctypes.pydll
19778+
- fullName: ctypes.pythonapi
19779+
href: https://docs.python.org/3/library/ctypes.html#ctypes.pythonapi
19780+
name: pythonapi
19781+
uid: ctypes.pythonapi
19782+
- fullName: ctypes.windll
19783+
href: https://docs.python.org/3/library/ctypes.html#ctypes.windll
19784+
name: windll
19785+
uid: ctypes.windll
1974219786
- fullName: curses.ACS_BBSS
1974319787
href: https://docs.python.org/3/library/curses.html#curses.ACS_BBSS
1974419788
name: ACS_BBSS

0 commit comments

Comments
 (0)