Skip to content

Commit a8c1002

Browse files
committed
docs: updated API reference
1 parent b61ba9d commit a8c1002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api-reference/python/PyAssignment.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {HorizontalDivider} from '/snippets/HorizontalDivider.mdx';
1111
import {GithubLinkNote} from '/snippets/GithubLinkNote.mdx';
1212
import {Attribute} from '/snippets/Attribute.mdx';
1313

14-
<GithubLinkNote link="https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/python/assignment.py#L25-L162" />
14+
<GithubLinkNote link="https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/python/assignment.py#L28-L168" />
1515

1616
### Inherits from
1717
[PySymbol](/api-reference/python/PySymbol), [Assignment](/api-reference/core/Assignment), [Symbol](/api-reference/core/Symbol), [HasValue](/api-reference/core/HasValue), [Typeable](/api-reference/core/Typeable), [Usable](/api-reference/core/Usable), [Importable](/api-reference/core/Importable), [Editable](/api-reference/core/Editable), [Expression](/api-reference/core/Expression), [HasName](/api-reference/core/HasName)
@@ -291,7 +291,7 @@ Flags a Python symbol by adding a flag comment and returning a CodeFlag.
291291

292292
### <span className="text-primary">from_named_expression</span>
293293
Creates a MultiExpression from a Python named expression.
294-
<GithubLinkNote link="https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/python/assignment.py#L44-L68" />
294+
<GithubLinkNote link="https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/python/assignment.py#L47-L71" />
295295

296296
<ParameterWrapper>
297297
<Parameter
@@ -558,7 +558,7 @@ Simplifies an assignment expression by reducing it based on a boolean condition
558558

559559
### <span className="text-primary">remove</span>
560560
Deletes this assignment and its related extended nodes (e.g. decorators, comments).
561-
<GithubLinkNote link="https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/python/assignment.py#L129-L162" />
561+
<GithubLinkNote link="https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/python/assignment.py#L132-L168" />
562562

563563
<ParameterWrapper>
564564
<Parameter

0 commit comments

Comments
 (0)