Header menu logo B2R2

PyObject Type

PyObject is the base type of all Python objects, including integers, strings, etc.

Union cases

Union case Description

PyAscii string

Full Usage: PyAscii string

Parameters:
    Item : string

Item : string

PyCode PyCodeObject

Full Usage: PyCode PyCodeObject

Parameters:
Item : PyCodeObject

PyFalse

Full Usage: PyFalse

PyInt int

Full Usage: PyInt int

Parameters:
    Item : int

Item : int

PyNone

Full Usage: PyNone

PyREF(int, string)

Full Usage: PyREF(int, string)

Parameters:
    Item1 : int
    Item2 : string

Item1 : int
Item2 : string

PyShortAscii string

Full Usage: PyShortAscii string

Parameters:
    Item : string

Item : string

PyShortAsciiInterned string

Full Usage: PyShortAsciiInterned string

Parameters:
    Item : string

Item : string

PyString byte[]

Full Usage: PyString byte[]

Parameters:
    Item : byte[]

Item : byte[]

PyTuple PyObject[]

Full Usage: PyTuple PyObject[]

Parameters:
Item : PyObject[]

Instance members

Instance member Description

this.IsPyAscii

Full Usage: this.IsPyAscii

Returns: bool
Returns: bool

this.IsPyCode

Full Usage: this.IsPyCode

Returns: bool
Returns: bool

this.IsPyFalse

Full Usage: this.IsPyFalse

Returns: bool
Returns: bool

this.IsPyInt

Full Usage: this.IsPyInt

Returns: bool
Returns: bool

this.IsPyNone

Full Usage: this.IsPyNone

Returns: bool
Returns: bool

this.IsPyREF

Full Usage: this.IsPyREF

Returns: bool
Returns: bool

this.IsPyShortAscii

Full Usage: this.IsPyShortAscii

Returns: bool
Returns: bool

this.IsPyShortAsciiInterned

Full Usage: this.IsPyShortAsciiInterned

Returns: bool
Returns: bool

this.IsPyString

Full Usage: this.IsPyString

Returns: bool
Returns: bool

this.IsPyTuple

Full Usage: this.IsPyTuple

Returns: bool
Returns: bool

Type something to start searching.