Commit e3ce682
Make GraphBuilder.__init__ use keyword-only args after graph
Add '*' separator so that 'parent' (and future parameters like
'options') must be passed as keyword arguments, improving API
stability and readability.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c6e8ec6 commit e3ce682
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
0 commit comments