|
libSBML Python API
5.10.0
|
Proxy of C++ std::set<(std::string)> class.
Public Member Functions | |
| def | clear |
| def | empty |
| def | get |
| def | has_key |
| def | insert |
| def | size |
| def libsbml.StringSet.clear | ( | self | ) |
Python method signature(s):
clear(StringSet self)
| def libsbml.StringSet.empty | ( | self | ) |
Python method signature(s):
empty(StringSet self)bool
| def libsbml.StringSet.get | ( | self, | |
| args | |||
| ) |
Python method signature(s):
get(StringSet self, string key)string
| def libsbml.StringSet.has_key | ( | self, | |
| args | |||
| ) |
Python method signature(s):
has_key(StringSet self, string key)bool
| def libsbml.StringSet.insert | ( | self, | |
| args | |||
| ) |
Python method signature(s):
insert(StringSet self, string key)
| def libsbml.StringSet.size | ( | self | ) |