Module pyopenvdb :: Class Metadata
[hide private]
[frames] | no frames]

Class Metadata

 object --+    
          |    
??.instance --+
              |
             Metadata

Class that holds the value of a single item of metadata of a type for which no Python equivalent exists (typically a custom type)

Instance Methods [hide private]
 
__init__(...)
Raises an exception This class cannot be instantiated from Python
 
__nonzero__(...)
 
__reduce__(...)
helper for pickle
 
__str__(...)
str(x)
Metadata
copy()
Return a copy of this value.
int
size()
Return the size of this value in bytes.
str
type()
Return the name of this value's type.

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__str__(...)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

copy()

 

Return a copy of this value.

copy() -> Metadata

Return a copy of this value.

copy() -> Metadata

Return a copy of this value.

copy() -> Metadata

Return a copy of this value.

Returns: Metadata

size()

 

Return the size of this value in bytes.

size() -> int

Return the size of this value in bytes.

Returns: int

type()

 

Return the name of this value's type.

type() -> str

Return the name of this value's type.

Returns: str