MCPcopy Create free account

hub / github.com/davebshow/goblin / functions

Functions312 in github.com/davebshow/goblin

Method_update_edge
Update an edge, generally to change/remove property values. :param goblin.element.Edge edge: Edge to be updated :returns: :
goblin/session.py:362
Method_update_vertex
Update a vertex, generally to change/remove property values. :param goblin.element.Vertex vertex: Vertex to be updated :ret
goblin/session.py:350
Methodadd
(self, val)
goblin/manager.py:48
Functionadd_doctest_default
(doctest_namespace, tmpdir, event_loop, app)
tests/conftest.py:329
Functionaliases
(request)
tests/conftest.py:93
Functionapp
(gremlin_host, gremlin_port, event_loop, provider, aliases)
tests/conftest.py:193
Methodapp
(self)
goblin/session.py:68
Functionboolean
()
tests/conftest.py:223
Methodcardinality
(self)
goblin/element.py:177
Functioncluster
(request, gremlin_host, gremlin_port, event_loop, provider, aliases)
tests/conftest.py:126
Methodcluster
(self)
goblin/app.py:67
Functionconf_module
(request)
tests/test_config.py:13
Methodconfig
(self)
goblin/app.py:71
Methodconfig_from_json
Load configuration from from JSON file. :param str filename: Path to the configuration file.
goblin/app.py:119
Methodconfig_from_yaml
(self, filename)
goblin/app.py:116
Functionconnection
(gremlin_url, event_loop, provider)
tests/conftest.py:146
Functionconnection_pool
(gremlin_url, event_loop, provider)
tests/conftest.py:171
Functioncreate_mapping
Constructor for :py:class:`Mapping`
goblin/mapper.py:163
Functioncreate_schema
(app, indices, cluster)
schema.py:27
Methodcurrent
(self)
goblin/session.py:76
Methoddata_type
(self)
goblin/element.py:153
Methoddata_type
(self)
goblin/properties.py:72
Methoddata_type
(self)
goblin/properties.py:131
Methoddata_type
(self)
goblin/abc.py:85
Functiondb_name_factory
(x, y)
tests/conftest.py:27
Methoddb_name_factory
(self)
goblin/properties.py:84
Methoddb_properties
A dictionary of property mappings
goblin/mapper.py:205
Methoddefault
(self)
goblin/element.py:149
Methoddefault
(self)
goblin/properties.py:88
Functiondefault_id_serializer
(val)
goblin/properties.py:112
Methoddelsource
(self)
goblin/element.py:283
Methoddeltarget
(self)
goblin/element.py:295
Methodedges
Registered edge classes
goblin/app.py:85
Functionflt
()
tests/conftest.py:218
Methodfrom_dict
(self, d)
goblin/element.py:141
Methodfrom_dict
(cls, d)
goblin/element.py:200
Methodg
Get a simple traversal source. :returns: `gremlin_python.process.GraphTraversalSource` object
goblin/session.py:93
Methodget_default_op_args
(cls, processor)
goblin/provider.py:6
Methodget_hashable_id
(val)
goblin/provider.py:14
Methodgetdb_name
(self)
goblin/element.py:168
Methodgetdb_name
(self)
goblin/properties.py:75
Methodgetsource
(self)
goblin/element.py:276
Methodgettarget
(self)
goblin/element.py:288
Methodgetvalue
(self)
goblin/element.py:160
Methodgraph
(self)
goblin/session.py:64
Functiongremlin_host
(request)
tests/conftest.py:111
Functiongremlin_port
(request)
tests/conftest.py:116
Functiongremlin_server
()
tests/conftest.py:101
Functiongremlin_url
(gremlin_host, gremlin_port)
tests/conftest.py:121
Functionhistorical_name
()
tests/conftest.py:228
Functionhistorical_name_class
()
tests/conftest.py:274
Functioninteger
()
tests/conftest.py:213
Functionknows
()
tests/conftest.py:243
Functionlives_in
()
tests/conftest.py:248
Functionmap_edge_to_ogm
Map an edge returned by DB to OGM edge
goblin/mapper.py:126
Functionmap_props_to_db
Convert OGM property names/values to DB property names/values
goblin/mapper.py:11
Functionmap_vertex_property_to_ogm
Map a vertex returned by DB to OGM vertex
goblin/mapper.py:99
Functionmap_vertex_to_ogm
Map a vertex returned by DB to OGM vertex
goblin/mapper.py:44
Methodmapper_func
(self)
goblin/manager.py:12
Functionnoop_factory
(x, y)
goblin/properties.py:12
Methodogm_properties
A dictionary of property mappings
goblin/mapper.py:210
Functionperson
()
tests/conftest.py:233
Functionplace
()
tests/conftest.py:238
Functionplace_name
()
tests/conftest.py:253
Functionplace_name_class
()
tests/conftest.py:304
Functionprovider
(request)
tests/conftest.py:77
Functionpytest_addoption
(parser)
tests/conftest.py:17
Functionpytest_generate_tests
(metafunc)
tests/conftest.py:12
Functionremote_connection
(event_loop, gremlin_url)
tests/conftest.py:160
Methodremote_connection
(self)
goblin/session.py:72
Functionremote_graph
()
tests/conftest.py:188
Methodserializer
(self)
goblin/properties.py:135
Methodsetgetdb_name
(self, val)
goblin/element.py:171
Methodsetgetdb_name
(self, val)
goblin/properties.py:78
Methodsetsource
(self, vertex)
goblin/element.py:279
Methodsettarget
(self, vertex)
goblin/element.py:291
Methodsetvalue
(self, val)
goblin/element.py:163
Functionstring
()
tests/conftest.py:208
Functiontest_204_empty_stream
(connection, aliases)
tests/test_connection.py:47
Functiontest_acquire_multiple
(connection_pool)
tests/test_pool.py:27
Functiontest_acquire_multiple_and_share
(connection_pool)
tests/test_pool.py:46
Functiontest_acquire_release
(connection_pool)
tests/test_pool.py:14
Functiontest_add_update_list_card_property
(app, person)
tests/test_vertex_properties_functional.py:24
Functiontest_add_update_metas
(app, place)
tests/test_vertex_properties_functional.py:117
Functiontest_add_update_metas_list_card
(app, place)
tests/test_vertex_properties_functional.py:148
Functiontest_add_update_property
(app, person)
tests/test_vertex_properties_functional.py:7
Functiontest_add_update_set_card_property
(app, place)
tests/test_vertex_properties_functional.py:49
Functiontest_alias
(cluster)
tests/test_client.py:22
Functiontest_aliases
(app, aliases)
tests/test_app.py:52
Methodtest_all
(self, app, person_class)
tests/test_session.py:271
Functiontest_app_config_from_json
(app)
tests/test_config.py:106
Functiontest_app_config_from_module
(app, conf_module)
tests/test_config.py:139
Functiontest_app_config_from_yaml
(app)
tests/test_config.py:123
Functiontest_app_default_config
(event_loop)
tests/test_config.py:33
Functiontest_bindprop
(person_class)
tests/test_session.py:10
Functiontest_cant_connect
(event_loop, gremlin_server, unused_server_url)
tests/test_connection.py:76
Functiontest_cant_set_vertex_prop_on_edge
()
tests/test_properties.py:149
Functiontest_client_auto_release
(cluster)
tests/test_client.py:10
Functiontest_cluster_config_from_json
(event_loop, cluster_class)
tests/test_config.py:64
Functiontest_cluster_config_from_module
(event_loop, cluster_class, conf_module)
tests/test_config.py:95
← previousnext →101–200 of 312, ranked by callers