dice_stats
Dice Stats
Tutorial
Internal
dice_stats
Docs
»
Index
Index
_
|
A
|
B
|
C
|
D
|
F
|
G
|
I
|
K
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
_
__bool__() (dice_stats._magic.basic.BasicDice method)
__contains__() (dice_stats._magic.basic.BasicDice method)
__getitem__() (dice_stats._magic.mapping.MappingDice method)
__init__() (dice_stats._magic.base_dice.BaseDice method)
__iter__() (dice_stats._magic.mapping.MappingDice method)
__len__() (dice_stats._magic.mapping.MappingDice method)
__repr__() (dice_stats._magic.basic.BasicDice method)
__str__() (dice_stats._magic.basic.BasicDice method)
__weakref__ (dice_stats._magic.mapping.MappingDice attribute)
A
apply_dice() (dice_stats.Dice method)
apply_functions() (dice_stats.Dice method)
as_total_chance() (dice_stats.Dice method)
B
BaseDice (class in dice_stats._magic.base_dice)
BasicDice (class in dice_stats._magic.basic)
C
copy() (dice_stats._magic.base_dice.BaseDice method)
(dice_stats.Dice method)
D
Dice (class in dice_stats)
dice_stats (module)
dice_stats._magic (module)
dice_stats._magic.base_dice (module)
dice_stats._magic.basic (module)
dice_stats._magic.mapping (module)
dice_stats._magic.numeric (module)
dice_stats._types (module)
dice_stats.display (module)
dice_stats.range (module)
F
from_dice() (dice_stats.Dice class method)
from_empty() (dice_stats._magic.base_dice.BaseDice class method)
(dice_stats.Dice class method)
from_external() (dice_stats.Dice class method)
from_full() (dice_stats._magic.base_dice.BaseDice class method)
(dice_stats.Dice class method)
from_partial() (dice_stats._magic.base_dice.BaseDice class method)
(dice_stats.Dice class method)
from_prev_total_chance() (dice_stats.Dice class method)
from_range() (dice_stats.Range class method)
(dice_stats.range.Range class method)
G
get() (dice_stats.Dice method)
I
items() (dice_stats.Dice method)
K
keys() (dice_stats.Dice method)
M
MappingDice (class in dice_stats._magic.mapping)
max() (dice_stats.Dice method)
N
non_repeat() (dice_stats._magic.numeric.NumericDice property)
(dice_stats.Dice property)
NonRepeat (class in dice_stats._magic.numeric)
NumericDice (class in dice_stats._magic.numeric)
O
operation() (in module dice_stats._magic.numeric)
P
partition() (dice_stats.Dice method)
plot_wireframes() (in module dice_stats.display)
R
Range (class in dice_stats)
(class in dice_stats.range)
repeat_operation() (in module dice_stats._magic.numeric)
reroll() (dice_stats.Dice method)
(in module tests.documentation.test_internal)
roperation() (in module dice_stats._magic.numeric)
S
soperation() (in module dice_stats._magic.numeric)
sum() (dice_stats.Dice class method)
T
test_addition() (in module tests.test_magic_numeric)
test_always_true() (in module tests.test_all)
test_apply_dice() (in module tests.documentation.test_internal)
test_apply_functions() (in module tests.documentation.test_internal)
test_as_total_chance() (in module tests.documentation.test_internal)
test_basic_dice_operations_ga() (in module tests.documentation.test_tutorial)
test_basic_dice_operations_gs() (in module tests.documentation.test_tutorial)
test_bool() (in module tests.test_magic)
test_contains() (in module tests.test_magic)
test_copy() (in module tests.test_magic)
test_equality() (in module tests.test_magic)
test_from_dice() (in module tests.documentation.test_internal)
test_from_empty() (in module tests.test_magic)
test_from_partial() (in module tests.test_magic)
test_max() (in module tests.documentation.test_internal)
test_multiplication() (in module tests.test_magic_numeric)
test_partition() (in module tests.documentation.test_internal)
test_reroll() (in module tests.documentation.test_internal)
(in module tests.test_all)
test_rerolling_reroll() (in module tests.documentation.test_tutorial)
test_sum() (in module tests.documentation.test_internal)
tests.documentation.test_internal (module)
tests.documentation.test_tutorial (module)
tests.test_all (module)
tests.test_magic (module)
tests.test_magic_numeric (module)
total_chance() (dice_stats._magic.base_dice.BaseDice property)
(dice_stats.Dice property)
V
values() (dice_stats.Dice method)