proj_root
Path('/Users/x/devel/tspace')
foo ()
foo
say_hi (to:str)
*Say hello to somebody
Args: to: somebody to say hello to*
say_hello (to:str)
Say hello to somebody
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\]