@@ -255,6 +255,8 @@ Default constructor. This function default constructs an uninitialised
255
255
" init" ,
256
256
[](ToddCoxeter& self) { return self.init (); },
257
257
R"pbdoc(
258
+ :sig=(self: ToddCoxeter) -> ToddCoxeter:
259
+ :only-document-once:
258
260
Re-initialize a ToddCoxeter instance. This function puts a
259
261
:any:`ToddCoxeter` instance back into the state that it would have been
260
262
in if it had just been newly default constructed.
@@ -374,7 +376,8 @@ semigroup.
374
376
py::arg (" knd" ),
375
377
py::arg (" p" ),
376
378
R"pbdoc(
377
- :sig=(self: ToddCoxeter, knd: congruence_kind, p: Presentation) -> ToddCoxeter:
379
+ :sig=(self: ToddCoxeter, knd: congruence_kind, p: PresentationStrings) -> ToddCoxeter:
380
+ :only-document-once:
378
381
379
382
Re-initialize a ToddCoxeter instance.
380
383
@@ -400,8 +403,8 @@ had been newly constructed from *knd* and *p*.
400
403
py::arg (" knd" ),
401
404
py::arg (" p" ),
402
405
R"pbdoc(
403
- :sig=(self: ToddCoxeter, knd: congruence_kind, p: Presentation ) -> ToddCoxeter:
404
- TODO(0) make this disappear
406
+ :sig=(self: ToddCoxeter, knd: congruence_kind, p: PresentationStrings ) -> ToddCoxeter:
407
+ :only-document-once:
405
408
)pbdoc" );
406
409
thing.def (
407
410
" init" ,
@@ -412,6 +415,7 @@ TODO(0) make this disappear
412
415
py::arg (" tc" ),
413
416
R"pbdoc(
414
417
:sig=(self: ToddCoxeter, knd: congruence_kind, tc: ToddCoxeter) -> ToddCoxeter:
418
+ :only-document-once:
415
419
416
420
Re-initialize a ToddCoxeter instance.
417
421
@@ -444,6 +448,7 @@ that it would have been in if it had just been newly constructed from
444
448
py::arg (" wg" ),
445
449
R"pbdoc(
446
450
:sig=(self: ToddCoxeter, knd: congruence_kind, wg: WordGraph) -> ToddCoxeter:
451
+ :only-document-once:
447
452
448
453
Re-initialize a ToddCoxeter instance.
449
454
0 commit comments