proj_root
Path('/Users/x/devel/tspace')
foo ()
foo
flowchart LR A[Hard edge] --> B(Round edge) B --> C{Decision} C --> D[Result one] C --> E[Result two]
sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts <br/>prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!
say_hi (to:str)
*Say hello to somebody
Args: to: somebody to say hello to*
say_hello (to:str)
Say hello to somebody
flowchart LR A[Hard edge] --> B(Round edge) B --> C{Decision} C --> D[Result one] C --> E[Result two]
sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts <br/>prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!
HelloSayer (to)
Say hello to to
using say_hello
HelloSayer.say ()
Do the saying
draw_n (n:int, replace:bool=True)
Draw n
cards.
Type | Default | Details | |
---|---|---|---|
n | int | ||
replace | bool | True | Number of cards to draw # Draw with replacement? |
Returns | list | List of cards |
draw_np (n:int, replace:bool=True)
Draw n
cards.
Type | Default | Details | |
---|---|---|---|
n | int | Number of cards to draw | |
replace | bool | True | Draw with replacement? |
Returns | list | List of cards |
MP (timestep:pandas._libs.tslibs.timestamps.Timestamp, velocity:float, thrust:float, brake:float, current:float, voltage:float)
Motion power tuple
\[\sum_{i=1}^{k+1}i\]