Developer Index
This page lists the types and functions that are internal to the PyCallJLD2.jl
package. Because they are not part of the public API, these names might change relatively frequently between versions and so should not be relied upon.
All internal names are listed in the Index, and each of these entries link to the docstrings in the Docs section.
"Table" of Contents
Modules | Functions | Types | Constants |
---|---|---|---|
Index | Index | Index | Index |
Docs | Docs | Docs | Docs |
Index
This section contains a list of internal names that link to their corresponding Documentation.
Modules
Functions
Types
Constants
Docs
Documentation for all internal names are listed below.
Modules
Functions
PyCallJLD2.pylock
— Methodpylock(f::Function) -> Any
Summary
Definition of the reentrant lock for PyCall functions.
Method List / Definition Locations
pylock(f)
defined at /home/runner/work/PyCallJLD2.jl/PyCallJLD2.jl/src/lib/pycalljld2.jl:67
.
Types
PyCallJLD2.PyObjectSerialization
— Typestruct PyObjectSerialization
Summary
Serialization wrapper type for PyObjects to be saved with JLD2.
Fields
repr::Vector{UInt8}
: Byte representation of the serialized PyObject data.
Constants
PyCallJLD2.PYLOCK
— ConstantPYLOCK
Description
Lock during pycalls (see https://github.com/JuliaPy/PyCall.jl/issues/882).
PyCallJLD2.dumps
— Constantdumps
Description
Pointer to the correct Python pickle dumps
object.
PyCallJLD2.loads
— Constantloads
Description
Pointer to the correct Python pickle loads
object.