Go to the source code of this file.
Classes | |
class | bson::BSON |
Namespaces | |
namespace | bson |
Functions | |
def | bson::_bson_to_dict |
def | bson::_dict_to_bson |
def | bson::_element_to_bson |
def | bson::_element_to_dict |
def | bson::_elements_to_dict |
def | bson::_get_array |
def | bson::_get_binary |
def | bson::_get_boolean |
def | bson::_get_c_string |
def | bson::_get_code_w_scope |
def | bson::_get_date |
def | bson::_get_int |
def | bson::_get_long |
def | bson::_get_null |
def | bson::_get_number |
def | bson::_get_object |
def | bson::_get_oid |
def | bson::_get_ref |
def | bson::_get_regex |
def | bson::_get_string |
def | bson::_get_timestamp |
def | bson::_make_c_string |
def | bson::_to_dicts |
def | bson::decode_all |
def | bson::has_c |
def | bson::is_valid |
Variables | |
bson::_bson_to_dict = _cbson._bson_to_dict | |
bson::_dict_to_bson = _cbson._dict_to_bson | |
dictionary | bson::_element_getter |
bson::_use_c = True | |
bson::_use_uuid = True | |
bson::decode_all = _cbson.decode_all | |
tuple | bson::RE_TYPE = type(re.compile("")) |