ostk.core.container.Object¶
- class Object¶
Bases:
pybind11_object
Methods
- class Format(self: ostk.core.container.Object.Format, value: int)¶
Bases:
pybind11_object
Members:
Undefined
JSON
YAML
- property name¶
- class Type(self: ostk.core.container.Object.Type, value: int)¶
Bases:
pybind11_object
Members:
Undefined
Boolean
Integer
Real
String
Dictionary
Array
- property name¶
- static array(array: list[ostk.core.container.Object]) ostk.core.container.Object ¶
- static boolean(boolean: bool) ostk.core.container.Object ¶
- static dictionary(
- dictionary: ostk.core.container.Dictionary,
- get_array(self: ostk.core.container.Object) list[ostk.core.container.Object] ¶
- get_boolean(self: ostk.core.container.Object) bool ¶
- get_dictionary(
- self: ostk.core.container.Object,
- get_integer(self: ostk.core.container.Object) ostk.core.type.Integer ¶
- get_real(self: ostk.core.container.Object) ostk.core.type.Real ¶
- get_string(self: ostk.core.container.Object) ostk.core.type.String ¶
- get_type(self: ostk.core.container.Object) ostk.core.container.Object.Type ¶
- static integer(integer: ostk.core.type.Integer) ostk.core.container.Object ¶
- is_array(self: ostk.core.container.Object) bool ¶
- is_boolean(self: ostk.core.container.Object) bool ¶
- is_defined(self: ostk.core.container.Object) bool ¶
- is_dictionary(self: ostk.core.container.Object) bool ¶
- is_integer(self: ostk.core.container.Object) bool ¶
- is_real(self: ostk.core.container.Object) bool ¶
- is_string(self: ostk.core.container.Object) bool ¶
- static load(
- file: ostk.core.filesystem.File,
- format: ostk.core.container.Object.Format,
- static parse(
- string: ostk.core.type.String,
- format: ostk.core.container.Object.Format,
- static real(real: ostk.core.type.Real) ostk.core.container.Object ¶
- static string(string: ostk.core.type.String) ostk.core.container.Object ¶
- static string_from_type(type: ostk.core.container.Object.Type) ostk.core.type.String ¶
- to_string(
- self: ostk.core.container.Object,
- arg0: ostk.core.container.Object.Format,
- static type_from_string(
- string: ostk.core.type.String,
- static undefined() ostk.core.container.Object ¶