Skip to content

Latest commit

 

History

History
959 lines (943 loc) · 21.6 KB

File metadata and controls

959 lines (943 loc) · 21.6 KB

FrankenNetworkX Coverage Matrix

Auto-generated by scripts/generate_coverage_matrix.py from franken_networkx.__all__ — do not edit manually.

Summary

Category Count % Rule
RUST_NATIVE 21 2% native extension exports from franken_networkx._fnx
PY_WRAPPER 855 93% Python-defined exports with no runtime NetworkX dependency detected
NX_DELEGATED 0 0% Python-defined exports that import or call NetworkX at runtime
CLASS 32 3% public classes, exceptions, iterators
CONSTANT 3 0% public non-callable values
Total public exports 911 unique names from franken_networkx.__all__

All declared public exports are classified. --check fails if this generated report drifts from the live module surface.

Module Breakdown

Module Count
franken_networkx 790
franken_networkx.readwrite 35
franken_networkx._fnx 21
franken_networkx.drawing.nx_pylab 21
franken_networkx.drawing.layout 15
networkx.exception 12
networkx.algorithms.isomorphism.matchhelpers 9
networkx.utils.heaps 3
builtins 2
networkx.algorithms.community.quality 1
networkx.algorithms.tree.coding 1
networkx.utils.configs 1

RUST_NATIVE exports (21)

  • bidirectional_shortest_path
  • bipartite_sets
  • clique_removal
  • global_node_connectivity
  • graph_clique_number
  • is_arborescence
  • is_bipartite
  • is_branching
  • is_connected
  • is_dominating_set
  • is_empty
  • is_k_regular
  • is_semieulerian
  • large_clique_size
  • max_clique
  • maximal_independent_set
  • maximum_independent_set
  • min_weighted_vertex_cover
  • number_connected_components
  • number_of_isolates
  • number_of_spanning_arborescences

PY_WRAPPER exports (855)

  • LCF_graph
  • LFR_benchmark_graph
  • adamic_adar_index
  • add_cycle
  • add_path
  • add_star
  • adjacency_data
  • adjacency_graph
  • adjacency_matrix
  • adjacency_spectrum
  • algebraic_connectivity
  • all_neighbors
  • all_node_cuts
  • all_pairs_all_shortest_paths
  • all_pairs_bellman_ford_path
  • all_pairs_bellman_ford_path_length
  • all_pairs_dijkstra
  • all_pairs_dijkstra_path
  • all_pairs_dijkstra_path_length
  • all_pairs_lowest_common_ancestor
  • all_pairs_node_connectivity
  • all_pairs_shortest_path
  • all_pairs_shortest_path_length
  • all_shortest_paths
  • all_simple_edge_paths
  • all_simple_paths
  • all_topological_sorts
  • all_triads
  • all_triangles
  • ancestors
  • antichains
  • apply_matplotlib_colors
  • approximate_current_flow_betweenness_centrality
  • arf_layout
  • articulation_points
  • asadpour_atsp
  • astar_path
  • astar_path_length
  • asyn_fluidc
  • asyn_lpa_communities
  • attr_matrix
  • attr_sparse_matrix
  • attracting_components
  • attribute_assortativity_coefficient
  • attribute_mixing_dict
  • attribute_mixing_matrix
  • average_clustering
  • average_degree
  • average_degree_connectivity
  • average_neighbor_degree
  • average_node_connectivity
  • average_shortest_path_length
  • balanced_tree
  • barabasi_albert_graph
  • barbell_graph
  • barycenter
  • bellman_ford_path
  • bellman_ford_path_length
  • bellman_ford_predecessor_and_distance
  • bethe_hessian_matrix
  • bethe_hessian_spectrum
  • betweenness_centrality
  • betweenness_centrality_subset
  • bfs_beam_edges
  • bfs_edges
  • bfs_labeled_edges
  • bfs_layers
  • bfs_layout
  • bfs_predecessors
  • bfs_successors
  • bfs_tree
  • biadjacency_matrix
  • biconnected_component_edges
  • biconnected_components
  • bidirectional_dijkstra
  • binomial_graph
  • binomial_tree
  • bipartite_density
  • bipartite_layout
  • boruvka_mst_edges
  • boundary_expansion
  • boykov_kolmogorov
  • branching_weight
  • bridge_components
  • bridges
  • bull_graph
  • capacity_scaling
  • cartesian_product
  • categorical_edge_match
  • categorical_multiedge_match
  • categorical_node_match
  • caveman_graph
  • cc_dot
  • cc_max
  • cc_min
  • cd_index
  • center
  • chain_decomposition
  • check_planarity
  • check_planarity_recursive
  • chordal_cycle_graph
  • chordal_graph_cliques
  • chordal_graph_treewidth
  • chordless_cycles
  • christofides
  • chromatic_polynomial
  • chvatal_graph
  • circulant_graph
  • circular_ladder_graph
  • circular_layout
  • closeness_centrality
  • closeness_vitality
  • clustering
  • cn_soundarajan_hopcroft
  • colliders
  • color
  • combinatorial_embedding_to_pos
  • common_neighbor_centrality
  • common_neighbors
  • communicability
  • communicability_betweenness_centrality
  • communicability_exp
  • complement
  • complete_bipartite_graph
  • complete_graph
  • complete_multipartite_graph
  • complete_to_chordal_graph
  • compose
  • compose_all
  • condensation
  • conductance
  • configuration_model
  • connected_caveman_graph
  • connected_components
  • connected_cuthill_mckee_ordering
  • connected_dominating_set
  • connected_double_edge_swap
  • connected_watts_strogatz_graph
  • constraint
  • contracted_edge
  • contracted_nodes
  • convert_node_labels_to_integers
  • core_number
  • corona_product
  • cost_of_flow
  • could_be_isomorphic
  • create_empty_copy
  • cubical_graph
  • cumulative_distribution
  • current_flow_betweenness_centrality
  • current_flow_betweenness_centrality_subset
  • current_flow_closeness_centrality
  • cut_size
  • cuthill_mckee_ordering
  • cycle_basis
  • cycle_graph
  • cytoscape_data
  • cytoscape_graph
  • dag_longest_path
  • dag_longest_path_length
  • dag_to_branching
  • davis_southern_women_graph
  • dedensify
  • degree
  • degree_assortativity_coefficient
  • degree_centrality
  • degree_histogram
  • degree_mixing_dict
  • degree_mixing_matrix
  • degree_pearson_correlation_coefficient
  • degree_sequence_tree
  • degrees
  • dense_gnm_random_graph
  • densest_subgraph
  • density
  • desargues_graph
  • descendants
  • descendants_at_distance
  • describe
  • dfs_edges
  • dfs_labeled_edges
  • dfs_postorder_nodes
  • dfs_predecessors
  • dfs_preorder_nodes
  • dfs_successors
  • dfs_tree
  • diameter
  • diamond_graph
  • difference
  • dijkstra_path
  • dijkstra_path_length
  • dijkstra_predecessor_and_distance
  • dinitz
  • directed_combinatorial_laplacian_matrix
  • directed_configuration_model
  • directed_edge_swap
  • directed_havel_hakimi_graph
  • directed_joint_degree_graph
  • directed_laplacian_matrix
  • directed_modularity_matrix
  • disjoint_union
  • disjoint_union_all
  • dispersion
  • display
  • dodecahedral_graph
  • dominance_frontiers
  • dominating_set
  • dorogovtsev_goltsev_mendes_graph
  • double_edge_swap
  • draw
  • draw_bipartite
  • draw_circular
  • draw_forceatlas2
  • draw_kamada_kawai
  • draw_networkx
  • draw_networkx_edge_labels
  • draw_networkx_edges
  • draw_networkx_labels
  • draw_networkx_nodes
  • draw_planar
  • draw_random
  • draw_shell
  • draw_spectral
  • draw_spring
  • dual_barabasi_albert_graph
  • duplication_divergence_graph
  • eccentricity
  • edge_betweenness_centrality
  • edge_betweenness_centrality_subset
  • edge_betweenness_partition
  • edge_bfs
  • edge_boundary
  • edge_connectivity
  • edge_current_flow_betweenness_centrality
  • edge_current_flow_betweenness_centrality_subset
  • edge_dfs
  • edge_disjoint_paths
  • edge_expansion
  • edge_load_centrality
  • edge_subgraph
  • edges
  • edges_equal
  • edmonds_karp
  • effective_graph_resistance
  • effective_size
  • efficiency
  • ego_graph
  • eigenvector_centrality
  • eigenvector_centrality_numpy
  • empty_graph
  • enumerate_all_cliques
  • eppstein_matching
  • equitable_color
  • equivalence_classes
  • erdos_renyi_graph
  • estrada_index
  • eulerian_circuit
  • eulerian_path
  • eulerize
  • expected_degree_graph
  • extended_barabasi_albert_graph
  • fast_could_be_isomorphic
  • fast_gnp_random_graph
  • fast_label_propagation_communities
  • faster_could_be_isomorphic
  • fiedler_vector
  • find_asteroidal_triple
  • find_cliques
  • find_cliques_recursive
  • find_cycle
  • find_induced_nodes
  • find_minimal_d_separator
  • find_negative_cycle
  • florentine_families_graph
  • flow_hierarchy
  • flow_matrix_row
  • floyd_warshall
  • floyd_warshall_numpy
  • floyd_warshall_predecessor_and_distance
  • forceatlas2_layout
  • freeze
  • from_biadjacency_matrix
  • from_dict_of_dicts
  • from_dict_of_lists
  • from_edgelist
  • from_graph6_bytes
  • from_nested_tuple
  • from_numpy_array
  • from_pandas_adjacency
  • from_pandas_edgelist
  • from_prufer_sequence
  • from_scipy_sparse_array
  • from_sparse6_bytes
  • frozen
  • frucht_graph
  • fruchterman_reingold_layout
  • full_join
  • full_rary_tree
  • gaussian_random_partition_graph
  • general_random_intersection_graph
  • generalized_degree
  • generalized_petersen_graph
  • generate_adjlist
  • generate_edgelist
  • generate_gexf
  • generate_gml
  • generate_graphml
  • generate_multiline_adjlist
  • generate_network_text
  • generate_pajek
  • generate_random_paths
  • generic_bfs_edges
  • generic_edge_match
  • generic_multiedge_match
  • generic_node_match
  • geographical_threshold_graph
  • geometric_edges
  • geometric_soft_configuration_graph
  • get_counterexample
  • get_counterexample_recursive
  • get_edge_attributes
  • get_node_attributes
  • girth
  • girvan_newman
  • global_efficiency
  • global_parameters
  • global_reaching_centrality
  • gn_graph
  • gnc_graph
  • gnm_random_graph
  • gnp_random_graph
  • gnr_graph
  • goldberg_radzik
  • gomory_hu_tree
  • google_matrix
  • graph_atlas
  • graph_atlas_g
  • graph_edit_distance
  • graphs_equal
  • greedy_branching
  • greedy_color
  • greedy_modularity_communities
  • greedy_source_expansion
  • greedy_tsp
  • grid_2d_graph
  • grid_graph
  • group_betweenness_centrality
  • group_closeness_centrality
  • group_degree_centrality
  • group_in_degree_centrality
  • group_out_degree_centrality
  • gutman_index
  • hamiltonian_path
  • harmonic_centrality
  • harmonic_diameter
  • harmonic_function
  • has_bridges
  • has_cycle
  • has_eulerian_path
  • has_path
  • havel_hakimi_graph
  • heawood_graph
  • hexagonal_lattice_graph
  • hide_diedges
  • hide_edges
  • hide_multidiedges
  • hide_multiedges
  • hide_nodes
  • hits
  • hkn_harary_graph
  • hnm_harary_graph
  • hoffman_singleton_graph
  • hopcroft_karp_matching
  • house_graph
  • house_x_graph
  • hyper_wiener_index
  • hypercube_graph
  • icosahedral_graph
  • identified_nodes
  • immediate_dominators
  • in_degree_centrality
  • incidence_matrix
  • incremental_closeness_centrality
  • induced_subgraph
  • info
  • information_centrality
  • intersection
  • intersection_all
  • intersection_array
  • interval_graph
  • inverse_line_graph
  • is_aperiodic
  • is_at_free
  • is_attracting_component
  • is_biconnected
  • is_bipartite_node_set
  • is_chordal
  • is_connected_dominating_set
  • is_d_separator
  • is_digraphical
  • is_directed
  • is_directed_acyclic_graph
  • is_distance_regular
  • is_edge_cover
  • is_eulerian
  • is_forest
  • is_frozen
  • is_graphical
  • is_isolate
  • is_isomorphic
  • is_k_edge_connected
  • is_kl_connected
  • is_locally_k_edge_connected
  • is_matching
  • is_maximal_matching
  • is_minimal_d_separator
  • is_multigraphical
  • is_negatively_weighted
  • is_partition
  • is_path
  • is_perfect_graph
  • is_perfect_matching
  • is_planar
  • is_pseudographical
  • is_reachable
  • is_regular
  • is_regular_expander
  • is_semiconnected
  • is_simple_path
  • is_strongly_connected
  • is_strongly_regular
  • is_tournament
  • is_tree
  • is_triad
  • is_valid_degree_sequence_erdos_gallai
  • is_valid_degree_sequence_havel_hakimi
  • is_valid_directed_joint_degree
  • is_valid_joint_degree
  • is_valid_tree_degree_sequence
  • is_weakly_connected
  • is_weighted
  • isolates
  • jaccard_coefficient
  • johnson
  • join_trees
  • joint_degree_graph
  • junction_tree
  • k_clique_communities
  • k_components
  • k_core
  • k_corona
  • k_crust
  • k_edge_augmentation
  • k_edge_components
  • k_edge_subgraphs
  • k_factor
  • k_random_intersection_graph
  • k_shell
  • k_truss
  • kamada_kawai_layout
  • karate_club_graph
  • katz_centrality
  • katz_centrality_numpy
  • kemeny_constant
  • kernighan_lin_bisection
  • kl_connected_subgraph
  • kneser_graph
  • kosaraju_strongly_connected_components
  • krackhardt_kite_graph
  • kruskal_mst_edges
  • label_propagation_communities
  • ladder_graph
  • laplacian_centrality
  • laplacian_matrix
  • laplacian_spectrum
  • latapy_clustering
  • lattice_reference
  • leiden_communities
  • leiden_partitions
  • les_miserables_graph
  • lexicographic_product
  • lexicographic_topological_sort
  • lexicographical_topological_sort
  • line_graph
  • load_centrality
  • local_and_global_consistency
  • local_bridges
  • local_constraint
  • local_efficiency
  • local_node_connectivity
  • local_reaching_centrality
  • lollipop_graph
  • louvain_communities
  • louvain_partitions
  • lowest_common_ancestor
  • make_clique_bipartite
  • make_list_of_ints
  • make_max_clique_graph
  • margulis_gabber_galil_graph
  • matching_dict_to_set
  • max_flow_min_cost
  • max_weight_clique
  • max_weight_matching
  • maximal_matching
  • maximum_branching
  • maximum_flow
  • maximum_flow_value
  • maximum_matching
  • maximum_spanning_arborescence
  • maximum_spanning_edges
  • maximum_spanning_tree
  • maybe_regular_expander
  • maybe_regular_expander_graph
  • metric_closure
  • min_cost_flow
  • min_cost_flow_cost
  • min_edge_cover
  • min_edge_dominating_set
  • min_maximal_matching
  • min_weight_matching
  • min_weighted_dominating_set
  • minimal_branching
  • minimum_branching
  • minimum_cut
  • minimum_cut_value
  • minimum_cycle_basis
  • minimum_edge_cut
  • minimum_node_cut
  • minimum_spanning_arborescence
  • minimum_spanning_edges
  • minimum_spanning_tree
  • minimum_st_edge_cut
  • minimum_st_node_cut
  • minimum_weight_full_matching
  • mixing_dict
  • mixing_expansion
  • modular_product
  • modularity
  • modularity_matrix
  • modularity_spectrum
  • moebius_kantor_graph
  • moral_graph
  • multi_source_dijkstra
  • multi_source_dijkstra_path
  • multi_source_dijkstra_path_length
  • multipartite_layout
  • mutual_weight
  • mycielski_graph
  • mycielskian
  • navigable_small_world_graph
  • negative_edge_cycle
  • neighbors
  • network_simplex
  • newman_watts_strogatz_graph
  • no_filter
  • node_attribute_xy
  • node_boundary
  • node_clique_number
  • node_connected_component
  • node_connectivity
  • node_degree_xy
  • node_disjoint_paths
  • node_expansion
  • node_link_data
  • node_link_graph
  • node_redundancy
  • nodes
  • nodes_equal
  • nodes_with_selfloops
  • non_edges
  • non_neighbors
  • non_randomness
  • nonisomorphic_trees
  • normalized_cut_size
  • normalized_laplacian_matrix
  • normalized_laplacian_spectrum
  • normalized_mutual_weight
  • null_graph
  • number_attracting_components
  • number_of_cliques
  • number_of_edges
  • number_of_nodes
  • number_of_nonisomorphic_trees
  • number_of_selfloops
  • number_of_spanning_trees
  • number_of_walks
  • number_strongly_connected_components
  • number_weakly_connected_components
  • numeric_assortativity_coefficient
  • numerical_edge_match
  • numerical_multiedge_match
  • numerical_node_match
  • octahedral_graph
  • omega
  • one_exchange
  • onion_layers
  • optimal_edit_paths
  • optimize_edit_paths
  • optimize_graph_edit_distance
  • out_degree_centrality
  • overall_reciprocity
  • pagerank
  • paley_graph
  • panther_similarity
  • panther_vector_similarity
  • pappus_graph
  • parse_adjlist
  • parse_edgelist
  • parse_gexf
  • parse_gml
  • parse_graph6
  • parse_graphml
  • parse_leda
  • parse_multiline_adjlist
  • parse_pajek
  • parse_sparse6
  • partial_duplication_graph
  • partition_spanning_tree
  • path_graph
  • path_weight
  • percolation_centrality
  • periphery
  • petersen_graph
  • planar_layout
  • planted_partition_graph
  • power
  • powerlaw_cluster_graph
  • powerlaw_sequence
  • predecessor
  • preferential_attachment
  • prefix_tree
  • prefix_tree_recursive
  • preflow_push
  • prim_mst_edges
  • projected_graph
  • prominent_group
  • pseudo_peripheral_node
  • quotient_graph
  • ra_index_soundarajan_hopcroft
  • radius
  • ramsey_R2
  • random_clustered_graph
  • random_cograph
  • random_degree_sequence_graph
  • random_geometric_graph
  • random_internet_as_graph
  • random_k_out_graph
  • random_kernel_graph
  • random_labeled_rooted_forest
  • random_labeled_rooted_tree
  • random_labeled_tree
  • random_layout
  • random_lobster
  • random_lobster_graph
  • random_partition_graph
  • random_powerlaw_tree
  • random_powerlaw_tree_sequence
  • random_reference
  • random_regular_expander_graph
  • random_regular_graph
  • random_shell_graph
  • random_spanning_tree
  • random_tournament
  • random_tree
  • random_uniform_k_out_graph
  • random_unlabeled_rooted_forest
  • random_unlabeled_rooted_tree
  • random_unlabeled_tree
  • randomized_partitioning
  • read_adjlist
  • read_edgelist
  • read_gexf
  • read_gml
  • read_graph6
  • read_graphml
  • read_leda
  • read_multiline_adjlist
  • read_pajek
  • read_sparse6
  • read_weighted_edgelist
  • reciprocity
  • reconstruct_path
  • recursive_simple_cycles
  • relabel_gexf_graph
  • relabel_nodes
  • relaxed_caveman_graph
  • remove_edge_attributes
  • remove_node_attributes
  • rescale_layout
  • rescale_layout_dict
  • resistance_distance
  • resource_allocation_index
  • restricted_view
  • reverse
  • reverse_cuthill_mckee_ordering
  • reverse_view
  • rich_club_coefficient
  • ring_of_cliques
  • robins_alexander_clustering
  • rooted_product
  • rooted_tree_isomorphism
  • s_metric
  • scale_free_graph
  • schultz_index
  • score_sequence
  • second_order_centrality
  • sedgewick_maze_graph
  • selfloop_edges
  • set_edge_attributes
  • set_node_attributes
  • sets
  • shell_layout
  • shortest_augmenting_path
  • shortest_path
  • shortest_path_length
  • shortest_simple_paths
  • show_diedges
  • show_edges
  • show_multidiedges
  • show_multiedges
  • show_nodes
  • sigma
  • simple_cycles
  • simrank_similarity
  • simulated_annealing_tsp
  • single_source_all_shortest_paths
  • single_source_bellman_ford
  • single_source_bellman_ford_path
  • single_source_bellman_ford_path_length
  • single_source_dijkstra
  • single_source_dijkstra_path
  • single_source_dijkstra_path_length
  • single_source_shortest_path
  • single_source_shortest_path_length
  • single_target_shortest_path
  • single_target_shortest_path_length
  • snap_aggregation
  • soft_random_geometric_graph
  • spanner
  • spectral_bisection
  • spectral_graph_forge
  • spectral_layout
  • spectral_ordering
  • spiral_layout
  • spring_layout
  • square_clustering
  • star_graph
  • steiner_tree
  • stochastic_block_model
  • stochastic_graph
  • stoer_wagner
  • strategy_connected_sequential
  • strategy_connected_sequential_bfs
  • strategy_connected_sequential_dfs
  • strategy_independent_set
  • strategy_largest_first
  • strategy_random_sequential
  • strategy_saturation_largest_first
  • strategy_smallest_last
  • strong_product
  • strongly_connected_components
  • subgraph
  • subgraph_centrality
  • subgraph_centrality_exp
  • subgraph_view
  • sudoku_graph
  • symmetric_difference
  • tadpole_graph
  • tensor_product
  • tetrahedral_graph
  • threshold_accepting_tsp
  • thresholded_random_geometric_graph
  • to_dict_of_dicts
  • to_dict_of_lists
  • to_directed
  • to_edgelist
  • to_graph6_bytes
  • to_latex
  • to_latex_raw
  • to_nested_tuple
  • to_networkx_graph
  • to_numpy_array
  • to_pandas_adjacency
  • to_pandas_edgelist
  • to_prufer_sequence
  • to_scipy_sparse_array
  • to_sparse6_bytes
  • to_undirected
  • to_vertex_cover
  • topological_generations
  • topological_sort
  • tournament_matrix
  • transitive_closure
  • transitive_closure_dag
  • transitive_reduction
  • transitivity
  • traveling_salesman_problem
  • tree_all_pairs_lowest_common_ancestor
  • tree_broadcast_center
  • tree_broadcast_time
  • tree_data
  • tree_graph
  • tree_isomorphism
  • treewidth_min_degree
  • treewidth_min_fill_in
  • triad_graph
  • triad_type
  • triadic_census
  • triads_by_type
  • triangles
  • triangular_lattice_graph
  • trivial_graph
  • trophic_differences
  • trophic_incoherence_parameter
  • trophic_levels
  • truncated_cube_graph
  • truncated_tetrahedron_graph
  • turan_graph
  • tutte_graph
  • tutte_polynomial
  • uniform_random_intersection_graph
  • union
  • union_all
  • v_structures
  • vf2pp_all_isomorphisms
  • vf2pp_is_isomorphic
  • vf2pp_isomorphism
  • visibility_graph
  • volume
  • voronoi_cells
  • voterank
  • watts_strogatz_graph
  • waxman_graph
  • weakly_connected_components
  • weisfeiler_lehman_graph_hash
  • weisfeiler_lehman_subgraph_hashes
  • wheel_graph
  • wiener_index
  • windmill_graph
  • within_inter_cluster
  • write_adjlist
  • write_edgelist
  • write_gexf
  • write_gml
  • write_graph6
  • write_graphml
  • write_graphml_lxml
  • write_graphml_xml
  • write_latex
  • write_multiline_adjlist
  • write_network_text
  • write_pajek
  • write_sparse6
  • write_weighted_edgelist
  • zipf_rv

NX_DELEGATED exports (0)

CLASS exports (32)

  • ArborescenceIterator
  • BinaryHeap
  • DiGraph
  • DiGraphMatcher
  • EdgePartition
  • Graph
  • GraphMatcher
  • HasACycle
  • ISMAGS
  • MinHeap
  • MultiDiGraph
  • MultiDiGraphMatcher
  • MultiGraph
  • MultiGraphMatcher
  • NetworkXAlgorithmError
  • NetworkXError
  • NetworkXException
  • NetworkXNoCycle
  • NetworkXNoPath
  • NetworkXNotImplemented
  • NetworkXPointlessConcept
  • NetworkXTreewidthBoundExceeded
  • NetworkXUnbounded
  • NetworkXUnfeasible
  • NodeNotFound
  • NotAPartition
  • NotATree
  • PairingHeap
  • PowerIterationFailedConvergence
  • SpanningTreeIterator
  • TimeRespectingDiGraphMatcher
  • TimeRespectingGraphMatcher

CONSTANT exports (3)

  • __version__
  • config
  • isomorphism