Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 52 additions & 8 deletions xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2055,6 +2055,14 @@ references:
href: https://docs.python.org/3/library/ctypes.html#ctypes.Array._type_
name: _type_
uid: ctypes.Array._type_
- fullName: ctypes.CDLL._handle
href: https://docs.python.org/3/library/ctypes.html#ctypes.CDLL._handle
name: _handle
uid: ctypes.CDLL._handle
- fullName: ctypes.CDLL._name
href: https://docs.python.org/3/library/ctypes.html#ctypes.CDLL._name
name: _name
uid: ctypes.CDLL._name
- fullName: ctypes.CField.bit_offset
href: https://docs.python.org/3/library/ctypes.html#ctypes.CField.bit_offset
name: bit_offset
Expand Down Expand Up @@ -2107,14 +2115,6 @@ references:
href: https://docs.python.org/3/library/ctypes.html#ctypes.COMError.text
name: text
uid: ctypes.COMError.text
- fullName: ctypes.PyDLL._handle
href: https://docs.python.org/3/library/ctypes.html#ctypes.PyDLL._handle
name: _handle
uid: ctypes.PyDLL._handle
- fullName: ctypes.PyDLL._name
href: https://docs.python.org/3/library/ctypes.html#ctypes.PyDLL._name
name: _name
uid: ctypes.PyDLL._name
- fullName: ctypes.Structure._align_
href: https://docs.python.org/3/library/ctypes.html#ctypes.Structure._align_
name: _align_
Expand Down Expand Up @@ -11139,6 +11139,18 @@ references:
href: https://docs.python.org/3/library/enum.html#enum.Flag._numeric_repr_
name: _numeric_repr_
uid: enum.Flag._numeric_repr_
- fullName: file.close
href: https://docs.python.org/3/reference/datamodel.html#file.close
name: close
uid: file.close
- fullName: file.read
href: https://docs.python.org/3/reference/datamodel.html#file.read
name: read
uid: file.read
- fullName: file.write
href: https://docs.python.org/3/reference/datamodel.html#file.write
name: write
uid: file.write
- fullName: filecmp.dircmp.report
href: https://docs.python.org/3/library/filecmp.html#filecmp.dircmp.report
name: report
Expand Down Expand Up @@ -19739,6 +19751,38 @@ references:
href: https://docs.python.org/3/library/csv.html#csv.QUOTE_STRINGS
name: QUOTE_STRINGS
uid: csv.QUOTE_STRINGS
- fullName: ctypes.DEFAULT_MODE
href: https://docs.python.org/3/library/ctypes.html#ctypes.DEFAULT_MODE
name: DEFAULT_MODE
uid: ctypes.DEFAULT_MODE
- fullName: ctypes.RTLD_GLOBAL
href: https://docs.python.org/3/library/ctypes.html#ctypes.RTLD_GLOBAL
name: RTLD_GLOBAL
uid: ctypes.RTLD_GLOBAL
- fullName: ctypes.RTLD_LOCAL
href: https://docs.python.org/3/library/ctypes.html#ctypes.RTLD_LOCAL
name: RTLD_LOCAL
uid: ctypes.RTLD_LOCAL
- fullName: ctypes.cdll
href: https://docs.python.org/3/library/ctypes.html#ctypes.cdll
name: cdll
uid: ctypes.cdll
- fullName: ctypes.oledll
href: https://docs.python.org/3/library/ctypes.html#ctypes.oledll
name: oledll
uid: ctypes.oledll
- fullName: ctypes.pydll
href: https://docs.python.org/3/library/ctypes.html#ctypes.pydll
name: pydll
uid: ctypes.pydll
- fullName: ctypes.pythonapi
href: https://docs.python.org/3/library/ctypes.html#ctypes.pythonapi
name: pythonapi
uid: ctypes.pythonapi
- fullName: ctypes.windll
href: https://docs.python.org/3/library/ctypes.html#ctypes.windll
name: windll
uid: ctypes.windll
- fullName: curses.ACS_BBSS
href: https://docs.python.org/3/library/curses.html#curses.ACS_BBSS
name: ACS_BBSS
Expand Down
Loading