Skip to content

Commit

Permalink
deploy: 2fbd7e2
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-sofia committed Feb 8, 2025
1 parent ad4c264 commit cef2005
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 36 deletions.
41 changes: 8 additions & 33 deletions causy/graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -3120,7 +3120,7 @@ <h6 id="returns">Returns</h6>
<div class="attr class">

<span class="def">class</span>
<span class="name">Graph</span><wbr>(<span class="base">pydantic.main.BaseModel</span>, <span class="base"><a href="interfaces.html#EdgeTypeInterface.GraphAccessMixin">causy.interfaces.EdgeTypeInterface.GraphAccessMixin</a></span>, <span class="base"><a href="edge_types.html#DirectedEdge.GraphAccessMixin">causy.edge_types.DirectedEdge.GraphAccessMixin</a></span>, <span class="base"><a href="#GraphBaseAccessMixin">GraphBaseAccessMixin</a></span>, <span class="base"><a href="interfaces.html#ExtensionInterface.GraphAccessMixin">causy.interfaces.ExtensionInterface.GraphAccessMixin</a></span>):
<span class="name">Graph</span><wbr>(<span class="base"><a href="#GraphBaseAccessMixin">GraphBaseAccessMixin</a></span>, <span class="base"><a href="interfaces.html#ExtensionInterface.GraphAccessMixin">causy.interfaces.ExtensionInterface.GraphAccessMixin</a></span>, <span class="base"><a href="interfaces.html#EdgeTypeInterface.GraphAccessMixin">causy.interfaces.EdgeTypeInterface.GraphAccessMixin</a></span>, <span class="base">pydantic.main.BaseModel</span>, <span class="base"><a href="edge_types.html#DirectedEdge.GraphAccessMixin">causy.edge_types.DirectedEdge.GraphAccessMixin</a></span>):

<label class="view-source-button" for="Graph-view-source"><span>View Source</span></label>

Expand All @@ -3136,33 +3136,8 @@ <h6 id="returns">Returns</h6>
</span></pre></div>


<div class="docstring"><p>Usage docs: <a href="https://docs.pydantic.dev/2.8/concepts/models/">https://docs.pydantic.dev/2.8/concepts/models/</a></p>

<p>A base class for creating Pydantic models.</p>

<p>Attributes:
__class_vars__: The names of classvars defined on the model.
__private_attributes__: Metadata about the private attributes of the model.
__signature__: The signature for instantiating the model.</p>

<pre><code>__pydantic_complete__: Whether model building is completed, or if there are still undefined fields.
__pydantic_core_schema__: The pydantic-core schema used to build the SchemaValidator and SchemaSerializer.
__pydantic_custom_init__: Whether the model has a custom `__init__` function.
__pydantic_decorators__: Metadata containing the decorators defined on the model.
This replaces `Model.__validators__` and `Model.__root_validators__` from Pydantic V1.
__pydantic_generic_metadata__: Metadata for generic models; contains data used for a similar purpose to
__args__, __origin__, __parameters__ in typing-module generics. May eventually be replaced by these.
__pydantic_parent_namespace__: Parent namespace of the model, used for automatic rebuilding of models.
__pydantic_post_init__: The name of the post-init method for the model, if defined.
__pydantic_root_model__: Whether the model is a `RootModel`.
__pydantic_serializer__: The pydantic-core SchemaSerializer used to dump instances of the model.
__pydantic_validator__: The pydantic-core SchemaValidator used to validate instances of the model.

__pydantic_extra__: An instance attribute with the values of extra fields from validation when
`model_config['extra'] == 'allow'`.
__pydantic_fields_set__: An instance attribute with the names of fields explicitly set.
__pydantic_private__: Instance attribute with the values of private attributes set on the model instance.
</code></pre>
<div class="docstring"><p>Helper class that provides a standard way to create an ABC using
inheritance.</p>
</div>


Expand Down Expand Up @@ -3318,11 +3293,6 @@ <h5>Inherited Members</h5>
<dd id="Graph.validate" class="function">validate</dd>
<dd id="Graph.update_forward_refs" class="function">update_forward_refs</dd>

</div>
<div><dt><a href="edge_types.html#DirectedEdge.GraphAccessMixin">causy.edge_types.DirectedEdge.GraphAccessMixin</a></dt>
<dd id="Graph.only_directed_edge_exists" class="function"><a href="edge_types.html#DirectedEdge.GraphAccessMixin.only_directed_edge_exists">only_directed_edge_exists</a></dd>
<dd id="Graph.directed_paths" class="function"><a href="edge_types.html#DirectedEdge.GraphAccessMixin.directed_paths">directed_paths</a></dd>

</div>
<div><dt><a href="#GraphBaseAccessMixin">GraphBaseAccessMixin</a></dt>
<dd id="Graph.directed_edge_is_soft_deleted" class="function"><a href="#GraphBaseAccessMixin.directed_edge_is_soft_deleted">directed_edge_is_soft_deleted</a></dd>
Expand All @@ -3343,6 +3313,11 @@ <h5>Inherited Members</h5>
<dd id="Graph.all_paths_on_underlying_undirected_graph" class="function"><a href="#GraphBaseAccessMixin.all_paths_on_underlying_undirected_graph">all_paths_on_underlying_undirected_graph</a></dd>
<dd id="Graph.retrieve_edges" class="function"><a href="#GraphBaseAccessMixin.retrieve_edges">retrieve_edges</a></dd>

</div>
<div><dt><a href="edge_types.html#DirectedEdge.GraphAccessMixin">causy.edge_types.DirectedEdge.GraphAccessMixin</a></dt>
<dd id="Graph.only_directed_edge_exists" class="function"><a href="edge_types.html#DirectedEdge.GraphAccessMixin.only_directed_edge_exists">only_directed_edge_exists</a></dd>
<dd id="Graph.directed_paths" class="function"><a href="edge_types.html#DirectedEdge.GraphAccessMixin.directed_paths">directed_paths</a></dd>

</div>
</dl>
</div>
Expand Down
2 changes: 1 addition & 1 deletion causy/graph_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ <h1 class="modulename">
</div>
<div id="AbstractGraphModel.pool" class="classattr">
<div class="attr variable">
<span class="name">pool</span><span class="annotation">: &lt;bound method BaseContext.Pool of &lt;multiprocessing.context.DefaultContext object at 0x7efc317d5370&gt;&gt;</span>
<span class="name">pool</span><span class="annotation">: &lt;bound method BaseContext.Pool of &lt;multiprocessing.context.DefaultContext object at 0x7eff2b8dd7f0&gt;&gt;</span>


</div>
Expand Down
2 changes: 1 addition & 1 deletion causy/interfaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -2706,7 +2706,7 @@ <h5>Inherited Members</h5>

<div id="GraphModelInterface.pool" class="classattr">
<div class="attr variable">
<span class="name">pool</span><span class="annotation">: &lt;bound method BaseContext.Pool of &lt;multiprocessing.context.DefaultContext object at 0x7efc317d5370&gt;&gt;</span>
<span class="name">pool</span><span class="annotation">: &lt;bound method BaseContext.Pool of &lt;multiprocessing.context.DefaultContext object at 0x7eff2b8dd7f0&gt;&gt;</span>


</div>
Expand Down
Loading

0 comments on commit cef2005

Please sign in to comment.