Raphtory icon indicating copy to clipboard operation
Raphtory copied to clipboard

Fix all the warnings in the python doc strings generated by the stub parser

Open ljeub-pometry opened this issue 1 year ago • 1 comments

ljeub-pometry avatar Jan 15 '25 10:01 ljeub-pometry

WARNING:raphtory.GraphView.get_index_spec:Missing return type annotation
WARNING:raphtory.Graph.create_index:Missing return type annotation
WARNING:raphtory.Graph.create_index_in_ram:Missing return type annotation
WARNING:raphtory.Graph.create_index_in_ram_with_spec:Missing return type annotation
WARNING:raphtory.Graph.create_index_in_ram_with_spec:missing parameter py_spec in docs.
WARNING:raphtory.Graph.create_index_with_spec:Missing return type annotation
WARNING:raphtory.Graph.create_index_with_spec:missing parameter py_spec in docs.
WARNING:raphtory.Graph.to_parquet:Missing return type annotation
WARNING:raphtory.PersistentGraph.create_index:Missing return type annotation
WARNING:raphtory.PersistentGraph.create_index_in_ram:Missing return type annotation
WARNING:raphtory.PersistentGraph.create_index_in_ram_with_spec:Missing return type annotation
WARNING:raphtory.PersistentGraph.create_index_in_ram_with_spec:missing parameter py_spec in docs.
WARNING:raphtory.PersistentGraph.create_index_with_spec:Missing return type annotation
WARNING:raphtory.PersistentGraph.create_index_with_spec:missing parameter py_spec in docs.
ERROR:raphtory.Nodes.metadata:Invalid return type 'MetadataView': Unknown type MetadataView
WARNING:raphtory.PathFromNode.degree:Missing return type annotation
WARNING:raphtory.PathFromNode.earliest_time:Missing return type annotation
ERROR:raphtory.PathFromNode.edge_history_count:Invalid return type 'UsizeIterable': Unknown type UsizeIterable
WARNING:raphtory.PathFromNode.id:Missing return type annotation
WARNING:raphtory.PathFromNode.in_degree:Missing return type annotation
WARNING:raphtory.PathFromNode.latest_time:Missing return type annotation
WARNING:raphtory.PathFromNode.metadata:Missing return type annotation
WARNING:raphtory.PathFromNode.name:Missing return type annotation
WARNING:raphtory.PathFromNode.node_type:Missing return type annotation
WARNING:raphtory.PathFromNode.out_degree:Missing return type annotation
WARNING:raphtory.PathFromNode.properties:Missing return type annotation
WARNING:raphtory.PathFromGraph.degree:Missing return type annotation
WARNING:raphtory.PathFromGraph.earliest_date_time:Missing return type annotation
WARNING:raphtory.PathFromGraph.earliest_time:Missing return type annotation
WARNING:raphtory.PathFromGraph.edge_history_count:Missing return type annotation
WARNING:raphtory.PathFromGraph.history:Missing return type annotation
WARNING:raphtory.PathFromGraph.history_date_time:Missing return type annotation
WARNING:raphtory.PathFromGraph.id:Missing return type annotation
WARNING:raphtory.PathFromGraph.in_degree:Missing return type annotation
WARNING:raphtory.PathFromGraph.latest_date_time:Missing return type annotation
WARNING:raphtory.PathFromGraph.latest_time:Missing return type annotation
WARNING:raphtory.PathFromGraph.metadata:Missing return type annotation
WARNING:raphtory.PathFromGraph.name:Missing return type annotation
WARNING:raphtory.PathFromGraph.node_type:Missing return type annotation
WARNING:raphtory.PathFromGraph.out_degree:Missing return type annotation
WARNING:raphtory.PathFromGraph.properties:Missing return type annotation
WARNING:raphtory.MutableNode.add_metadata:Missing return type annotation
WARNING:raphtory.MutableNode.set_node_type:Missing return type annotation
WARNING:raphtory.MutableNode.update_metadata:Missing return type annotation
WARNING:raphtory.Edge.deletions_data_time:Missing return type annotation
WARNING:raphtory.Edge.dst:Missing return type annotation
WARNING:raphtory.Edge.explode:Missing return type annotation
WARNING:raphtory.Edge.explode_layers:Missing return type annotation
WARNING:raphtory.Edge.history_date_time:Missing return type annotation
WARNING:raphtory.Edge.id:Missing return type annotation
WARNING:raphtory.Edge.layer_names:Missing return type annotation
WARNING:raphtory.Edge.nbr:Missing return type annotation
WARNING:raphtory.Edge.src:Missing return type annotation
WARNING:raphtory.Edges.count:Missing return type annotation
WARNING:raphtory.Edges.date_time:Missing return type annotation
WARNING:raphtory.Edges.deletions:Missing return type annotation
WARNING:raphtory.Edges.deletions_date_time:Missing return type annotation
WARNING:raphtory.Edges.dst:Missing return type annotation
WARNING:raphtory.Edges.earliest_date_time:Missing return type annotation
WARNING:raphtory.Edges.earliest_time:Missing return type annotation
WARNING:raphtory.Edges.explode:Missing return type annotation
WARNING:raphtory.Edges.explode_layers:Missing return type annotation
WARNING:raphtory.Edges.history:Missing return type annotation
WARNING:raphtory.Edges.history_counts:Missing documentation
WARNING:raphtory.Edges.history_date_time:Missing return type annotation
WARNING:raphtory.Edges.id:Missing return type annotation
WARNING:raphtory.Edges.is_active:Missing documentation
WARNING:raphtory.Edges.is_deleted:Missing return type annotation
WARNING:raphtory.Edges.is_self_loop:Missing return type annotation
WARNING:raphtory.Edges.is_valid:Missing return type annotation
WARNING:raphtory.Edges.latest_date_time:Missing return type annotation
WARNING:raphtory.Edges.latest_time:Missing return type annotation
WARNING:raphtory.Edges.layer_name:Missing return type annotation
WARNING:raphtory.Edges.layer_names:Missing return type annotation
ERROR:raphtory.Edges.metadata:Invalid return type 'MetadataView': Unknown type MetadataView
WARNING:raphtory.Edges.nbr:Missing return type annotation
WARNING:raphtory.Edges.src:Missing return type annotation
WARNING:raphtory.Edges.time:Missing return type annotation
WARNING:raphtory.NestedEdges.date_time:Missing return type annotation
WARNING:raphtory.NestedEdges.deletions:Missing return type annotation
WARNING:raphtory.NestedEdges.deletions_date_time:Missing return type annotation
WARNING:raphtory.NestedEdges.dst:Missing return type annotation
WARNING:raphtory.NestedEdges.earliest_date_time:Missing return type annotation
WARNING:raphtory.NestedEdges.earliest_time:Missing return type annotation
WARNING:raphtory.NestedEdges.explode:Missing return type annotation
WARNING:raphtory.NestedEdges.explode_layers:Missing return type annotation
WARNING:raphtory.NestedEdges.history:Missing return type annotation
WARNING:raphtory.NestedEdges.history_date_time:Missing return type annotation
WARNING:raphtory.NestedEdges.id:Missing return type annotation
WARNING:raphtory.NestedEdges.is_active:Missing documentation
WARNING:raphtory.NestedEdges.is_deleted:Missing return type annotation
WARNING:raphtory.NestedEdges.is_self_loop:Missing return type annotation
WARNING:raphtory.NestedEdges.is_valid:Missing return type annotation
WARNING:raphtory.NestedEdges.latest_date_time:Missing return type annotation
WARNING:raphtory.NestedEdges.latest_time:Missing return type annotation
WARNING:raphtory.NestedEdges.layer_name:Missing return type annotation
WARNING:raphtory.NestedEdges.layer_names:Missing return type annotation
WARNING:raphtory.NestedEdges.metadata:Missing return type annotation
WARNING:raphtory.NestedEdges.nbr:Missing return type annotation
WARNING:raphtory.NestedEdges.properties:Missing return type annotation
WARNING:raphtory.NestedEdges.src:Missing return type annotation
WARNING:raphtory.NestedEdges.time:Missing return type annotation
WARNING:raphtory.MutableEdge.add_metadata:Missing return type annotation
WARNING:raphtory.MutableEdge.delete:Missing return type annotation
WARNING:raphtory.MutableEdge.update_metadata:Missing return type annotation
WARNING:raphtory.Properties.as_dict:Missing return type annotation
WARNING:raphtory.Properties.get:Missing return type annotation
WARNING:raphtory.Properties.get:missing parameter key in docs.
WARNING:raphtory.Properties.items:Missing return type annotation
WARNING:raphtory.Properties.keys:Missing return type annotation
WARNING:raphtory.Properties.temporal:Missing return type annotation
WARNING:raphtory.Properties.values:Missing return type annotation
WARNING:raphtory.Metadata.get:Missing return type annotation
WARNING:raphtory.Metadata.values:Missing return type annotation
WARNING:raphtory.TemporalProperties.get:missing parameter key in docs.
WARNING:raphtory.TemporalProperties.items:Missing return type annotation
WARNING:raphtory.TemporalProperties.keys:Missing return type annotation
WARNING:raphtory.PropertiesView.as_dict:Missing return type annotation
WARNING:raphtory.PropertiesView.get:Missing return type annotation
WARNING:raphtory.PropertiesView.get:missing parameter key in docs.
WARNING:raphtory.PropertiesView.items:Missing return type annotation
WARNING:raphtory.PropertiesView.keys:Missing return type annotation
WARNING:raphtory.PropertiesView.temporal:Missing return type annotation
WARNING:raphtory.PropertiesView.values:Missing return type annotation
WARNING:raphtory.TemporalProp.at:Missing return type annotation
WARNING:raphtory.TemporalProp.at:missing parameter t in docs.
WARNING:raphtory.TemporalProp.history:Missing return type annotation
WARNING:raphtory.TemporalProp.history_date_time:Missing return type annotation
WARNING:raphtory.TemporalProp.items:Missing return type annotation
WARNING:raphtory.TemporalProp.items_date_time:Missing return type annotation
WARNING:raphtory.TemporalProp.ordered_dedupe:Missing return type annotation
WARNING:raphtory.TemporalProp.ordered_dedupe:missing parameter latest_time in docs.
WARNING:raphtory.TemporalProp.unique:Missing return type annotation
WARNING:raphtory.TemporalProp.value:Missing return type annotation
WARNING:raphtory.TemporalProp.values:Missing return type annotation
WARNING:raphtory.WindowSet.time_index:default value for parameter center with value False in signature is not documented
WARNING:raphtory.IndexSpecBuilder.__new__:missing parameter graph in docs.
WARNING:raphtory.IndexSpecBuilder.build:Missing documentation
WARNING:raphtory.IndexSpecBuilder.with_all_edge_metadata:Missing documentation
WARNING:raphtory.IndexSpecBuilder.with_all_edge_properties:Missing documentation
WARNING:raphtory.IndexSpecBuilder.with_all_edge_properties_and_metadata:Missing documentation
WARNING:raphtory.IndexSpecBuilder.with_all_node_metadata:Missing documentation
WARNING:raphtory.IndexSpecBuilder.with_all_node_properties:Missing documentation
WARNING:raphtory.IndexSpecBuilder.with_all_node_properties_and_metadata:Missing documentation
WARNING:raphtory.IndexSpecBuilder.with_edge_metadata:Missing documentation
WARNING:raphtory.IndexSpecBuilder.with_edge_metadata:missing parameter props in docs.
WARNING:raphtory.IndexSpecBuilder.with_edge_properties:Missing documentation
WARNING:raphtory.IndexSpecBuilder.with_edge_properties:missing parameter props in docs.
WARNING:raphtory.IndexSpecBuilder.with_node_metadata:Missing documentation
WARNING:raphtory.IndexSpecBuilder.with_node_metadata:missing parameter props in docs.
WARNING:raphtory.IndexSpecBuilder.with_node_properties:Missing documentation
WARNING:raphtory.IndexSpecBuilder.with_node_properties:missing parameter props in docs.
WARNING:raphtory.IndexSpec.edge_metadata:Missing return type annotation
WARNING:raphtory.IndexSpec.edge_properties:Missing return type annotation
WARNING:raphtory.IndexSpec.node_metadata:Missing return type annotation
WARNING:raphtory.IndexSpec.node_properties:Missing return type annotation
WARNING:raphtory.version:Missing documentation
ERROR:raphtory.graphql.GraphServer.__new__:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter work_dir in docs.
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter cache_capacity in docs.
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter cache_tti_seconds in docs.
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter log_level in docs.
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter tracing in docs.
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter otlp_agent_host in docs.
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter otlp_agent_port in docs.
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter otlp_tracing_service_name in docs.
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter auth_public_key in docs.
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter auth_enabled_for_reads in docs.
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter config_path in docs.
WARNING:raphtory.graphql.GraphServer.__new__:missing parameter create_index in docs.
ERROR:raphtory.graphql.GraphServer.run:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.GraphServer.run:missing parameter port in docs.
WARNING:raphtory.graphql.GraphServer.run:missing parameter timeout_ms in docs.
ERROR:raphtory.graphql.GraphServer.set_embeddings:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.GraphServer.set_embeddings:missing parameter cache in docs.
WARNING:raphtory.graphql.GraphServer.set_embeddings:missing parameter embedding in docs.
WARNING:raphtory.graphql.GraphServer.set_embeddings:missing parameter nodes in docs.
WARNING:raphtory.graphql.GraphServer.set_embeddings:missing parameter edges in docs.
ERROR:raphtory.graphql.GraphServer.start:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.GraphServer.start:missing parameter port in docs.
WARNING:raphtory.graphql.GraphServer.start:missing parameter timeout_ms in docs.
WARNING:raphtory.graphql.GraphServer.turn_off_index:Missing return type annotation
ERROR:raphtory.graphql.GraphServer.with_vectorised_graphs:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.GraphServer.with_vectorised_graphs:missing parameter graph_names in docs.
WARNING:raphtory.graphql.GraphServer.with_vectorised_graphs:missing parameter nodes in docs.
WARNING:raphtory.graphql.GraphServer.with_vectorised_graphs:missing parameter edges in docs.
WARNING:raphtory.graphql.RunningGraphServer.get_client:Missing return type annotation
WARNING:raphtory.graphql.RunningGraphServer.stop:Missing return type annotation
ERROR:raphtory.graphql.RaphtoryClient.__new__:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RaphtoryClient.__new__:missing parameter url in docs.
WARNING:raphtory.graphql.RaphtoryClient.__new__:missing parameter token in docs.
ERROR:raphtory.graphql.RaphtoryClient.copy_graph:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RaphtoryClient.copy_graph:missing parameter path in docs.
WARNING:raphtory.graphql.RaphtoryClient.copy_graph:missing parameter new_path in docs.
ERROR:raphtory.graphql.RaphtoryClient.create_index:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RaphtoryClient.create_index:missing parameter path in docs.
WARNING:raphtory.graphql.RaphtoryClient.create_index:missing parameter index_spec in docs.
WARNING:raphtory.graphql.RaphtoryClient.create_index:missing parameter in_ram in docs.
ERROR:raphtory.graphql.RaphtoryClient.delete_graph:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RaphtoryClient.delete_graph:missing parameter path in docs.
WARNING:raphtory.graphql.RaphtoryClient.is_server_online:Missing return type annotation
ERROR:raphtory.graphql.RaphtoryClient.move_graph:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RaphtoryClient.move_graph:missing parameter path in docs.
WARNING:raphtory.graphql.RaphtoryClient.move_graph:missing parameter new_path in docs.
ERROR:raphtory.graphql.RaphtoryClient.new_graph:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RaphtoryClient.new_graph:missing parameter path in docs.
WARNING:raphtory.graphql.RaphtoryClient.new_graph:missing parameter graph_type in docs.
ERROR:raphtory.graphql.RaphtoryClient.query:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RaphtoryClient.query:missing parameter query in docs.
WARNING:raphtory.graphql.RaphtoryClient.query:missing parameter variables in docs.
ERROR:raphtory.graphql.RaphtoryClient.receive_graph:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RaphtoryClient.receive_graph:missing parameter path in docs.
ERROR:raphtory.graphql.RaphtoryClient.remote_graph:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RaphtoryClient.remote_graph:missing parameter path in docs.
ERROR:raphtory.graphql.RaphtoryClient.send_graph:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RaphtoryClient.send_graph:missing parameter path in docs.
WARNING:raphtory.graphql.RaphtoryClient.send_graph:missing parameter graph in docs.
WARNING:raphtory.graphql.RaphtoryClient.send_graph:missing parameter overwrite in docs.
ERROR:raphtory.graphql.RaphtoryClient.upload_graph:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RaphtoryClient.upload_graph:missing parameter path in docs.
WARNING:raphtory.graphql.RaphtoryClient.upload_graph:missing parameter file_path in docs.
WARNING:raphtory.graphql.RaphtoryClient.upload_graph:missing parameter overwrite in docs.
ERROR:raphtory.graphql.RemoteGraph.add_edge:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteGraph.add_edge:missing parameter timestamp in docs.
WARNING:raphtory.graphql.RemoteGraph.add_edge:missing parameter src in docs.
WARNING:raphtory.graphql.RemoteGraph.add_edge:missing parameter dst in docs.
WARNING:raphtory.graphql.RemoteGraph.add_edge:missing parameter properties in docs.
WARNING:raphtory.graphql.RemoteGraph.add_edge:missing parameter layer in docs.
ERROR:raphtory.graphql.RemoteGraph.add_edges:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteGraph.add_edges:missing parameter updates in docs.
ERROR:raphtory.graphql.RemoteGraph.add_metadata:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteGraph.add_metadata:missing parameter properties in docs.
ERROR:raphtory.graphql.RemoteGraph.add_node:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteGraph.add_node:missing parameter timestamp in docs.
WARNING:raphtory.graphql.RemoteGraph.add_node:missing parameter id in docs.
WARNING:raphtory.graphql.RemoteGraph.add_node:missing parameter properties in docs.
WARNING:raphtory.graphql.RemoteGraph.add_node:missing parameter node_type in docs.
ERROR:raphtory.graphql.RemoteGraph.add_nodes:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteGraph.add_nodes:missing parameter updates in docs.
ERROR:raphtory.graphql.RemoteGraph.add_property:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteGraph.add_property:missing parameter timestamp in docs.
WARNING:raphtory.graphql.RemoteGraph.add_property:missing parameter properties in docs.
ERROR:raphtory.graphql.RemoteGraph.create_node:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteGraph.create_node:missing parameter timestamp in docs.
WARNING:raphtory.graphql.RemoteGraph.create_node:missing parameter id in docs.
WARNING:raphtory.graphql.RemoteGraph.create_node:missing parameter properties in docs.
WARNING:raphtory.graphql.RemoteGraph.create_node:missing parameter node_type in docs.
ERROR:raphtory.graphql.RemoteGraph.delete_edge:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteGraph.delete_edge:missing parameter timestamp in docs.
WARNING:raphtory.graphql.RemoteGraph.delete_edge:missing parameter src in docs.
WARNING:raphtory.graphql.RemoteGraph.delete_edge:missing parameter dst in docs.
WARNING:raphtory.graphql.RemoteGraph.delete_edge:missing parameter layer in docs.
ERROR:raphtory.graphql.RemoteGraph.edge:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteGraph.edge:missing parameter src in docs.
WARNING:raphtory.graphql.RemoteGraph.edge:missing parameter dst in docs.
ERROR:raphtory.graphql.RemoteGraph.node:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteGraph.node:missing parameter id in docs.
ERROR:raphtory.graphql.RemoteGraph.update_metadata:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteGraph.update_metadata:missing parameter properties in docs.
ERROR:raphtory.graphql.RemoteEdge.add_metadata:failed to parse docstring: No specification for "Parameters": ""
WARNING:raphtory.graphql.RemoteEdge.add_metadata:missing parameter properties in docs.
WARNING:raphtory.graphql.RemoteEdge.add_metadata:missing parameter layer in docs.
ERROR:raphtory.graphql.RemoteEdge.add_updates:failed to parse docstring: No specification for "Parameters": ""
WARNING:raphtory.graphql.RemoteEdge.add_updates:missing parameter t in docs.
WARNING:raphtory.graphql.RemoteEdge.add_updates:missing parameter properties in docs.
WARNING:raphtory.graphql.RemoteEdge.add_updates:missing parameter layer in docs.
ERROR:raphtory.graphql.RemoteEdge.delete:failed to parse docstring: No specification for "Parameters": ""
WARNING:raphtory.graphql.RemoteEdge.delete:missing parameter t in docs.
WARNING:raphtory.graphql.RemoteEdge.delete:missing parameter layer in docs.
ERROR:raphtory.graphql.RemoteEdge.update_metadata:failed to parse docstring: No specification for "Parameters": ""
WARNING:raphtory.graphql.RemoteEdge.update_metadata:missing parameter properties in docs.
WARNING:raphtory.graphql.RemoteEdge.update_metadata:missing parameter layer in docs.
ERROR:raphtory.graphql.RemoteNode.add_metadata:failed to parse docstring: No specification for "Parameters": ""
WARNING:raphtory.graphql.RemoteNode.add_metadata:missing parameter properties in docs.
ERROR:raphtory.graphql.RemoteNode.add_updates:failed to parse docstring: No specification for "Parameters": ""
WARNING:raphtory.graphql.RemoteNode.add_updates:missing parameter t in docs.
WARNING:raphtory.graphql.RemoteNode.add_updates:missing parameter properties in docs.
ERROR:raphtory.graphql.RemoteNode.set_node_type:failed to parse docstring: No specification for "Parameters": ""
WARNING:raphtory.graphql.RemoteNode.set_node_type:missing parameter new_type in docs.
ERROR:raphtory.graphql.RemoteNode.update_metadata:failed to parse docstring: No specification for "Parameters": ""
WARNING:raphtory.graphql.RemoteNode.update_metadata:missing parameter properties in docs.
ERROR:raphtory.graphql.RemoteNodeAddition.__new__:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteNodeAddition.__new__:missing parameter name in docs.
WARNING:raphtory.graphql.RemoteNodeAddition.__new__:missing parameter node_type in docs.
WARNING:raphtory.graphql.RemoteNodeAddition.__new__:missing parameter metadata in docs.
WARNING:raphtory.graphql.RemoteNodeAddition.__new__:missing parameter updates in docs.
ERROR:raphtory.graphql.RemoteUpdate.__new__:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteUpdate.__new__:missing parameter time in docs.
WARNING:raphtory.graphql.RemoteUpdate.__new__:missing parameter properties in docs.
ERROR:raphtory.graphql.RemoteEdgeAddition.__new__:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteEdgeAddition.__new__:missing parameter src in docs.
WARNING:raphtory.graphql.RemoteEdgeAddition.__new__:missing parameter dst in docs.
WARNING:raphtory.graphql.RemoteEdgeAddition.__new__:missing parameter layer in docs.
WARNING:raphtory.graphql.RemoteEdgeAddition.__new__:missing parameter metadata in docs.
WARNING:raphtory.graphql.RemoteEdgeAddition.__new__:missing parameter updates in docs.
ERROR:raphtory.graphql.RemoteIndexSpec.__new__:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.RemoteIndexSpec.__new__:missing parameter node_props in docs.
WARNING:raphtory.graphql.RemoteIndexSpec.__new__:missing parameter edge_props in docs.
ERROR:raphtory.graphql.PropsInput.__new__:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.PropsInput.__new__:missing parameter all in docs.
WARNING:raphtory.graphql.PropsInput.__new__:missing parameter some in docs.
ERROR:raphtory.graphql.SomePropertySpec.__new__:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.SomePropertySpec.__new__:missing parameter metadata in docs.
WARNING:raphtory.graphql.SomePropertySpec.__new__:missing parameter properties in docs.
ERROR:raphtory.graphql.encode_graph:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.encode_graph:missing parameter graph in docs.
ERROR:raphtory.graphql.decode_graph:failed to parse docstring: No specification for "Arguments": ""
WARNING:raphtory.graphql.decode_graph:missing parameter graph in docs.
WARNING:raphtory.graphql.schema:Missing return type annotation
WARNING:raphtory.algorithms.local_clustering_coefficient_batch:Missing documentation
WARNING:raphtory.algorithms.local_clustering_coefficient_batch:missing parameter graph in docs.
WARNING:raphtory.algorithms.local_clustering_coefficient_batch:missing parameter v in docs.
WARNING:raphtory.algorithms.local_temporal_three_node_motifs:missing parameter threads in docs.
WARNING:raphtory.graph_loader.lotr_graph_with_props:Missing return type annotation
WARNING:raphtory.graph_loader.neo4j_movie_graph:Missing documentation
WARNING:raphtory.graph_loader.neo4j_movie_graph:missing parameter uri in docs.
WARNING:raphtory.graph_loader.neo4j_movie_graph:missing parameter username in docs.
WARNING:raphtory.graph_loader.neo4j_movie_graph:missing parameter password in docs.
WARNING:raphtory.graph_loader.neo4j_movie_graph:missing parameter database in docs.
WARNING:raphtory.graph_loader.stable_coin_graph:Missing documentation
WARNING:raphtory.graph_loader.stable_coin_graph:missing parameter path in docs.
WARNING:raphtory.graph_loader.stable_coin_graph:missing parameter subset in docs.
WARNING:raphtory.graph_loader.reddit_hyperlink_graph_local:Missing documentation
WARNING:raphtory.graph_loader.reddit_hyperlink_graph_local:missing parameter file_path in docs.
WARNING:raphtory.graph_loader.karate_club_graph:Missing return type annotation
WARNING:raphtory.graph_gen.random_attachment:Missing return type annotation
WARNING:raphtory.graph_gen.ba_preferential_attachment:Missing return type annotation
WARNING:raphtory.vectors.VectorisedGraph.empty_selection:Missing return type annotation
WARNING:raphtory.filter.PropertyFilterOps.contains:Missing documentation
WARNING:raphtory.filter.PropertyFilterOps.contains:missing parameter value in docs.
WARNING:raphtory.filter.PropertyFilterOps.fuzzy_search:Missing documentation
WARNING:raphtory.filter.PropertyFilterOps.fuzzy_search:missing parameter prop_value in docs.
WARNING:raphtory.filter.PropertyFilterOps.fuzzy_search:missing parameter levenshtein_distance in docs.
WARNING:raphtory.filter.PropertyFilterOps.fuzzy_search:missing parameter prefix_match in docs.
WARNING:raphtory.filter.PropertyFilterOps.is_in:Missing documentation
WARNING:raphtory.filter.PropertyFilterOps.is_in:missing parameter values in docs.
WARNING:raphtory.filter.PropertyFilterOps.is_none:Missing documentation
WARNING:raphtory.filter.PropertyFilterOps.is_not_in:Missing documentation
WARNING:raphtory.filter.PropertyFilterOps.is_not_in:missing parameter values in docs.
WARNING:raphtory.filter.PropertyFilterOps.is_some:Missing documentation
WARNING:raphtory.filter.PropertyFilterOps.not_contains:Missing documentation
WARNING:raphtory.filter.PropertyFilterOps.not_contains:missing parameter value in docs.
WARNING:raphtory.filter.NodeFilterBuilder.contains:Missing documentation
WARNING:raphtory.filter.NodeFilterBuilder.contains:missing parameter value in docs.
WARNING:raphtory.filter.NodeFilterBuilder.fuzzy_search:Missing documentation
WARNING:raphtory.filter.NodeFilterBuilder.fuzzy_search:missing parameter value in docs.
WARNING:raphtory.filter.NodeFilterBuilder.fuzzy_search:missing parameter levenshtein_distance in docs.
WARNING:raphtory.filter.NodeFilterBuilder.fuzzy_search:missing parameter prefix_match in docs.
WARNING:raphtory.filter.NodeFilterBuilder.is_in:Missing documentation
WARNING:raphtory.filter.NodeFilterBuilder.is_in:missing parameter values in docs.
WARNING:raphtory.filter.NodeFilterBuilder.is_not_in:Missing documentation
WARNING:raphtory.filter.NodeFilterBuilder.is_not_in:missing parameter values in docs.
WARNING:raphtory.filter.NodeFilterBuilder.not_contains:Missing documentation
WARNING:raphtory.filter.NodeFilterBuilder.not_contains:missing parameter value in docs.
ERROR:raphtory.filter.Node.name:Invalid return type 'NodeFilterBuilder': Unknown type NodeFilterBuilder
ERROR:raphtory.filter.Node.node_type:Invalid return type 'NodeFilterBuilder': Unknown type NodeFilterBuilder
WARNING:raphtory.filter.EdgeFilterOp.contains:Missing documentation
WARNING:raphtory.filter.EdgeFilterOp.contains:missing parameter value in docs.
WARNING:raphtory.filter.EdgeFilterOp.fuzzy_search:Missing documentation
WARNING:raphtory.filter.EdgeFilterOp.fuzzy_search:missing parameter value in docs.
WARNING:raphtory.filter.EdgeFilterOp.fuzzy_search:missing parameter levenshtein_distance in docs.
WARNING:raphtory.filter.EdgeFilterOp.fuzzy_search:missing parameter prefix_match in docs.
WARNING:raphtory.filter.EdgeFilterOp.is_in:Missing documentation
WARNING:raphtory.filter.EdgeFilterOp.is_in:missing parameter values in docs.
WARNING:raphtory.filter.EdgeFilterOp.is_not_in:Missing documentation
WARNING:raphtory.filter.EdgeFilterOp.is_not_in:missing parameter values in docs.
WARNING:raphtory.filter.EdgeFilterOp.not_contains:Missing documentation
WARNING:raphtory.filter.EdgeFilterOp.not_contains:missing parameter value in docs.
WARNING:raphtory.filter.EdgeEndpoint.name:Missing documentation
WARNING:raphtory.filter.Edge.dst:Missing documentation
WARNING:raphtory.filter.Edge.src:Missing documentation
WARNING:raphtory.filter.Property.temporal:Missing documentation
WARNING:raphtory.filter.TemporalPropertyFilterBuilder.any:Missing documentation
WARNING:raphtory.filter.TemporalPropertyFilterBuilder.latest:Missing documentation

jbaross-pometry avatar Aug 19 '25 09:08 jbaross-pometry