mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
138 lines
3.9 KiB
Plaintext
138 lines
3.9 KiB
Plaintext
15
|
||
5
|
||
example.Example2: No constructor defined!
|
||
can't set attribute
|
||
key: key2, value=value2
|
||
key: key, value=value
|
||
key: key, value=value
|
||
key: key2, value=value2
|
||
key: key3
|
||
key: key2
|
||
key: key1
|
||
key: key1
|
||
key: key2
|
||
key: key3
|
||
Entry at positon 0: value
|
||
list item 0: overwritten
|
||
list item 1: value2
|
||
list item 0: value
|
||
list item 1: value2
|
||
[u'array entry 1', u'array entry 2']
|
||
array item 0: array entry 1
|
||
array item 1: array entry 2
|
||
This exception was intentionally thrown.
|
||
(u'test', True)
|
||
(5L, u'test', True)
|
||
Help on class Example2 in module example
|
||
|
||
class EExxaammppllee22(__builtin__.object)
|
||
| Example 2 documentation
|
||
|
|
||
| Methods defined here:
|
||
|
|
||
| ____iinniitt____(...)
|
||
| x.__init__(...) initializes x; see help(type(x)) for signature
|
||
|
|
||
| ggeett__aarrrraayy(...)
|
||
| Signature : (example.Example2) -> list<unicode>[2]
|
||
|
|
||
| Return a C++ array
|
||
|
|
||
| ggeett__ddiicctt(...)
|
||
| Signature : (example.Example2) -> dict
|
||
|
|
||
| Return a Python dictionary
|
||
|
|
||
| ggeett__ddiicctt__22(...)
|
||
| Signature : (example.Example2) -> dict<unicode, unicode>
|
||
|
|
||
| Return a C++ dictionary
|
||
|
|
||
| ggeett__lliisstt(...)
|
||
| Signature : (example.Example2) -> list
|
||
|
|
||
| Return a Python list
|
||
|
|
||
| ggeett__lliisstt__22(...)
|
||
| Signature : (example.Example2) -> list<unicode>
|
||
|
|
||
| Return a C++ list
|
||
|
|
||
| ggeett__sseett(...)
|
||
| Signature : (example.Example2) -> set
|
||
|
|
||
| Return a Python set
|
||
|
|
||
| ggeett__sseett22(...)
|
||
| Signature : (example.Example2) -> set
|
||
|
|
||
| Return a C++ set
|
||
|
|
||
| ppaaiirr__ppaasssstthhrroouugghh(...)
|
||
| Signature : (example.Example2, (bool, unicode)) -> (unicode, bool)
|
||
|
|
||
| Return a pair in reversed order
|
||
|
|
||
| pprriinntt__aarrrraayy(...)
|
||
| Signature : (example.Example2, list<unicode>[2]) -> NoneType
|
||
|
|
||
| Print entries of a C++ array
|
||
|
|
||
| pprriinntt__ddiicctt(...)
|
||
| Signature : (example.Example2, dict) -> NoneType
|
||
|
|
||
| Print entries of a Python dictionary
|
||
|
|
||
| pprriinntt__ddiicctt__22(...)
|
||
| Signature : (example.Example2, dict<unicode, unicode>) -> NoneType
|
||
|
|
||
| Print entries of a C++ dictionary
|
||
|
|
||
| pprriinntt__lliisstt(...)
|
||
| Signature : (example.Example2, list) -> NoneType
|
||
|
|
||
| Print entries of a Python list
|
||
|
|
||
| pprriinntt__lliisstt__22(...)
|
||
| Signature : (example.Example2, list<unicode>) -> NoneType
|
||
|
|
||
| Print entries of a C++ list
|
||
|
|
||
| pprriinntt__sseett(...)
|
||
| Signature : (example.Example2, set) -> NoneType
|
||
|
|
||
| Print entries of a Python set
|
||
|
|
||
| pprriinntt__sseett__22(...)
|
||
| Signature : (example.Example2, set<unicode>) -> NoneType
|
||
|
|
||
| Print entries of a C++ set
|
||
|
|
||
| tthhrrooww__eexxcceeppttiioonn(...)
|
||
| Signature : (example.Example2) -> NoneType
|
||
|
|
||
| Throw an exception
|
||
|
|
||
| ttuuppllee__ppaasssstthhrroouugghh(...)
|
||
| Signature : (example.Example2, (bool, unicode, int)) -> (int, unicode, bool)
|
||
|
|
||
| Return a triple in reversed order
|
||
|
|
||
| ----------------------------------------------------------------------
|
||
| Data and other attributes defined here:
|
||
|
|
||
| ____nneeww____ = <built-in method __new__ of example.Example2__Meta object>
|
||
| T.__new__(S, ...) -> a new object with type S, a subtype of T
|
||
|
|
||
| nneeww__iinnssttaannccee = <built-in method new_instance of PyCapsule object>
|
||
| Signature : () -> example.Example2
|
||
|
|
||
| Return an instance
|
||
|
||
__name__(example) = example
|
||
__name__(example.Example2) = Example2
|
||
__module__(example.Example2) = example
|
||
__name__(example.Example2.get_set) = get_set
|
||
__module__(example.Example2.get_set) = example
|
||
Destructing Example2
|