Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davebshow/goblin
/ functions
Functions
312 in github.com/davebshow/goblin
⨍
Functions
312
◇
Types & classes
54
↳
Endpoints
6
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
Method
add
(self, val)
goblin/manager.py:48
Function
add_doctest_default
(doctest_namespace, tmpdir, event_loop, app)
tests/conftest.py:329
Function
aliases
(request)
tests/conftest.py:93
Function
app
(gremlin_host, gremlin_port, event_loop, provider, aliases)
tests/conftest.py:193
Method
app
(self)
goblin/session.py:68
Function
boolean
()
tests/conftest.py:223
Method
cardinality
(self)
goblin/element.py:177
Function
cluster
(request, gremlin_host, gremlin_port, event_loop, provider, aliases)
tests/conftest.py:126
Method
cluster
(self)
goblin/app.py:67
Function
conf_module
(request)
tests/test_config.py:13
Method
config
(self)
goblin/app.py:71
Method
config_from_json
Load configuration from from JSON file. :param str filename: Path to the configuration file.
goblin/app.py:119
Method
config_from_yaml
(self, filename)
goblin/app.py:116
Function
connection
(gremlin_url, event_loop, provider)
tests/conftest.py:146
Function
connection_pool
(gremlin_url, event_loop, provider)
tests/conftest.py:171
Function
create_mapping
Constructor for :py:class:`Mapping`
goblin/mapper.py:163
Function
create_schema
(app, indices, cluster)
schema.py:27
Method
current
(self)
goblin/session.py:76
Method
data_type
(self)
goblin/element.py:153
Method
data_type
(self)
goblin/properties.py:72
Method
data_type
(self)
goblin/properties.py:131
Method
data_type
(self)
goblin/abc.py:85
Function
db_name_factory
(x, y)
tests/conftest.py:27
Method
db_name_factory
(self)
goblin/properties.py:84
Method
db_properties
A dictionary of property mappings
goblin/mapper.py:205
Method
default
(self)
goblin/element.py:149
Method
default
(self)
goblin/properties.py:88
Function
default_id_serializer
(val)
goblin/properties.py:112
Method
delsource
(self)
goblin/element.py:283
Method
deltarget
(self)
goblin/element.py:295
Method
edges
Registered edge classes
goblin/app.py:85
Function
flt
()
tests/conftest.py:218
Method
from_dict
(self, d)
goblin/element.py:141
Method
from_dict
(cls, d)
goblin/element.py:200
Method
g
Get a simple traversal source. :returns: `gremlin_python.process.GraphTraversalSource` object
goblin/session.py:93
Method
get_default_op_args
(cls, processor)
goblin/provider.py:6
Method
get_hashable_id
(val)
goblin/provider.py:14
Method
getdb_name
(self)
goblin/element.py:168
Method
getdb_name
(self)
goblin/properties.py:75
Method
getsource
(self)
goblin/element.py:276
Method
gettarget
(self)
goblin/element.py:288
Method
getvalue
(self)
goblin/element.py:160
Method
graph
(self)
goblin/session.py:64
Function
gremlin_host
(request)
tests/conftest.py:111
Function
gremlin_port
(request)
tests/conftest.py:116
Function
gremlin_server
()
tests/conftest.py:101
Function
gremlin_url
(gremlin_host, gremlin_port)
tests/conftest.py:121
Function
historical_name
()
tests/conftest.py:228
Function
historical_name_class
()
tests/conftest.py:274
Function
integer
()
tests/conftest.py:213
Function
knows
()
tests/conftest.py:243
Function
lives_in
()
tests/conftest.py:248
Function
map_edge_to_ogm
Map an edge returned by DB to OGM edge
goblin/mapper.py:126
Function
map_props_to_db
Convert OGM property names/values to DB property names/values
goblin/mapper.py:11
Function
map_vertex_property_to_ogm
Map a vertex returned by DB to OGM vertex
goblin/mapper.py:99
Function
map_vertex_to_ogm
Map a vertex returned by DB to OGM vertex
goblin/mapper.py:44
Method
mapper_func
(self)
goblin/manager.py:12
Function
noop_factory
(x, y)
goblin/properties.py:12
Method
ogm_properties
A dictionary of property mappings
goblin/mapper.py:210
Function
person
()
tests/conftest.py:233
Function
place
()
tests/conftest.py:238
Function
place_name
()
tests/conftest.py:253
Function
place_name_class
()
tests/conftest.py:304
Function
provider
(request)
tests/conftest.py:77
Function
pytest_addoption
(parser)
tests/conftest.py:17
Function
pytest_generate_tests
(metafunc)
tests/conftest.py:12
Function
remote_connection
(event_loop, gremlin_url)
tests/conftest.py:160
Method
remote_connection
(self)
goblin/session.py:72
Function
remote_graph
()
tests/conftest.py:188
Method
serializer
(self)
goblin/properties.py:135
Method
setgetdb_name
(self, val)
goblin/element.py:171
Method
setgetdb_name
(self, val)
goblin/properties.py:78
Method
setsource
(self, vertex)
goblin/element.py:279
Method
settarget
(self, vertex)
goblin/element.py:291
Method
setvalue
(self, val)
goblin/element.py:163
Function
string
()
tests/conftest.py:208
Function
test_204_empty_stream
(connection, aliases)
tests/test_connection.py:47
Function
test_acquire_multiple
(connection_pool)
tests/test_pool.py:27
Function
test_acquire_multiple_and_share
(connection_pool)
tests/test_pool.py:46
Function
test_acquire_release
(connection_pool)
tests/test_pool.py:14
Function
test_add_update_list_card_property
(app, person)
tests/test_vertex_properties_functional.py:24
Function
test_add_update_metas
(app, place)
tests/test_vertex_properties_functional.py:117
Function
test_add_update_metas_list_card
(app, place)
tests/test_vertex_properties_functional.py:148
Function
test_add_update_property
(app, person)
tests/test_vertex_properties_functional.py:7
Function
test_add_update_set_card_property
(app, place)
tests/test_vertex_properties_functional.py:49
Function
test_alias
(cluster)
tests/test_client.py:22
Function
test_aliases
(app, aliases)
tests/test_app.py:52
Method
test_all
(self, app, person_class)
tests/test_session.py:271
Function
test_app_config_from_json
(app)
tests/test_config.py:106
Function
test_app_config_from_module
(app, conf_module)
tests/test_config.py:139
Function
test_app_config_from_yaml
(app)
tests/test_config.py:123
Function
test_app_default_config
(event_loop)
tests/test_config.py:33
Function
test_bindprop
(person_class)
tests/test_session.py:10
Function
test_cant_connect
(event_loop, gremlin_server, unused_server_url)
tests/test_connection.py:76
Function
test_cant_set_vertex_prop_on_edge
()
tests/test_properties.py:149
Function
test_client_auto_release
(cluster)
tests/test_client.py:10
Function
test_cluster_config_from_json
(event_loop, cluster_class)
tests/test_config.py:64
Function
test_cluster_config_from_module
(event_loop, cluster_class, conf_module)
tests/test_config.py:95
← previous
next →
101–200 of 312, ranked by callers