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

ModulesFunctionsTypesConstants
IndexIndexIndexIndex
DocsDocsDocsDocs

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

    Types

    PyCallJLD2.PyObjectSerializationType
    struct PyObjectSerialization

    Summary

    Serialization wrapper type for PyObjects to be saved with JLD2.

    Fields

    • repr::Vector{UInt8}: Byte representation of the serialized PyObject data.
    source

    Constants

    PyCallJLD2.PYLOCKConstant

    PYLOCK

    Description

    Lock during pycalls (see https://github.com/JuliaPy/PyCall.jl/issues/882).

    source