SYMBOL INDEX (82 symbols across 4 files) FILE: pyley/pyley.py class CayleyResponse (line 4) | class CayleyResponse(object): method __init__ (line 6) | def __init__(self, raw_response, result): class CayleyClient (line 11) | class CayleyClient(object): method __init__ (line 13) | def __init__(self, url="http://localhost:64210", version="v1"): method add_query_limit (line 19) | def add_query_limit(self, limit): method Send (line 26) | def Send(self, query): method AddQuad (line 37) | def AddQuad(self, subject, predicate, object_, label=None): method AddQuads (line 41) | def AddQuads(self, quads): method DeleteQuad (line 55) | def DeleteQuad(self, subject, predicate, object_, label=None): method DeleteQuads (line 59) | def DeleteQuads(self, quads): class _GizmoQuery (line 73) | class _GizmoQuery(object): method __init__ (line 76) | def __init__(self): method __str__ (line 80) | def __str__(self): method _put (line 84) | def _put(self, token, *parameters): class GraphObject (line 89) | class GraphObject(object): method V (line 90) | def V(self): method V (line 94) | def V(self, *node_ids): method M (line 106) | def M(self): method Vertex (line 110) | def Vertex(self): method Vertex (line 114) | def Vertex(self, *node_ids): method Morphism (line 120) | def Morphism(self): method Emit (line 124) | def Emit(self, data): class _Path (line 128) | class _Path(_GizmoQuery): method __init__ (line 130) | def __init__(self, parent): method Out (line 135) | def Out(self, predicate=None, tags=None): method In (line 140) | def In(self, predicate=None, tags=None): method Both (line 145) | def Both(self, predicate=None, tags=None): method _bounds (line 150) | def _bounds(self, method, predicate=None, tags=None): method _format_input_bounds (line 165) | def _format_input_bounds(self, value): method Is (line 178) | def Is(self, *nodes): method Has (line 183) | def Has(self, predicate, object): method HasR (line 188) | def HasR(self, predicate, object): method Tag (line 193) | def Tag(self, *tags): method Back (line 198) | def Back(self, tag): method Save (line 203) | def Save(self, predicate, tag): method Intersect (line 208) | def Intersect(self, query): method Union (line 216) | def Union(self, query): method Follow (line 224) | def Follow(self, query): method FollowR (line 232) | def FollowR(self, query): method build (line 240) | def build(self): class _Vertex (line 244) | class _Vertex(_Path): method All (line 246) | def All(self): method GetLimit (line 251) | def GetLimit(self, limit): class _Morphism (line 256) | class _Morphism(_Path): class _QueryDefinition (line 260) | class _QueryDefinition(object): method __init__ (line 262) | def __init__(self, token, *parameters): method __str__ (line 267) | def __str__(self): FILE: setup.py function read (line 13) | def read(filename): function extract_metaitem (line 19) | def extract_metaitem(meta): FILE: tests/test_cayley_client.py class CayleyClientTests (line 7) | class CayleyClientTests(TestCase): method test_add_limit (line 9) | def test_add_limit(self): method test_add_limit_fails (line 15) | def test_add_limit_fails(self): method test_send (line 21) | def test_send(self): method test_a_add_quad (line 47) | def test_a_add_quad(self): method test_b_delete_quad (line 58) | def test_b_delete_quad(self): method test_c_add_quads (line 70) | def test_c_add_quads(self): method test_d_delete_quads (line 87) | def test_d_delete_quads(self): FILE: tests/test_gizmo_query.py class GizmoQueryTests (line 5) | class GizmoQueryTests(unittest.TestCase): method setUp (line 7) | def setUp(self): method test_vertex_query (line 11) | def test_vertex_query(self): method test_vertex_query_with_parameters (line 17) | def test_vertex_query_with_parameters(self): method test_morphism_query (line 24) | def test_morphism_query(self): method test_out_query (line 30) | def test_out_query(self): method test_out_query_with_predicate (line 38) | def test_out_query_with_predicate(self): method test_out_query_with_predicate_as_dict_and_label (line 46) | def test_out_query_with_predicate_as_dict_and_label(self): method test_out_query_with_predicate_as_none_and_label_as_dict (line 54) | def test_out_query_with_predicate_as_none_and_label_as_dict(self): method test_in_query (line 62) | def test_in_query(self): method test_both (line 70) | def test_both(self): method test_is (line 78) | def test_is(self): method test_tag (line 86) | def test_tag(self): method test_save (line 94) | def test_save(self): method test_back (line 102) | def test_back(self): method test_all_query (line 110) | def test_all_query(self): method test_has_query (line 118) | def test_has_query(self): method test_complex_query1 (line 126) | def test_complex_query1(self): method test_follow_with_morphism_path_and_typed_query (line 142) | def test_follow_with_morphism_path_and_typed_query(self): method test_follow_with_morphism_path_and_str_query (line 155) | def test_follow_with_morphism_path_and_str_query(self): method test_follow_with_vertex (line 168) | def test_follow_with_vertex(self): method test_union (line 175) | def test_union(self): method test_intersect (line 184) | def test_intersect(self): method test_get_limit (line 193) | def test_get_limit(self): method test_emit (line 201) | def test_emit(self):