Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pymc-devs/pymc
/ clone
Method
clone
pymc/pytensorf.py:1040–1041 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
1038
1039
class
StringType(Type[str]):
1040
def
clone(self, **kwargs):
1041
return
type(self)()
1042
1043
def
filter(self, x, strict=False, allow_downcast=None):
1044
if
isinstance(x, str):
Callers
15
dist_support_point
Function · 0.45
construct_ir_fgraph
Function · 0.45
convert_outer_out_to_in
Function · 0.45
find_measurable_scans
Function · 0.45
test_duplicated_client_nodes
Method · 0.45
test_replace_rng_nodes
Function · 0.45
test_replace_vars_in_graphs_nested_reference
Function · 0.45
non_centered_param
Function · 0.45
test_truncation_continuous_logp
Function · 0.45
test_truncation_continuous_logcdf
Function · 0.45
test_truncation_discrete_logp
Function · 0.45
test_truncation_discrete_logcdf
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_duplicated_client_nodes
Method · 0.36
test_replace_rng_nodes
Function · 0.36
test_replace_vars_in_graphs_nested_reference
Function · 0.36
non_centered_param
Function · 0.36
test_truncation_continuous_logp
Function · 0.36
test_truncation_continuous_logcdf
Function · 0.36
test_truncation_discrete_logp
Function · 0.36
test_truncation_discrete_logcdf
Function · 0.36
create_mix_model
Function · 0.36
test_mixture_basics
Function · 0.36
test_hetero_mixture_binomial
Function · 0.36
test_hetero_mixture_categorical
Function · 0.36