We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tname
1 parent 8efb071 commit 47dfa77Copy full SHA for 47dfa77
src/Convert/pyconvert.jl
@@ -23,7 +23,8 @@ Add a new conversion rule for `pyconvert`.
23
### Arguments
24
25
- `tname` is a string of the form `"__module__:__qualname__"` identifying a Python type `t`,
26
- such as `"builtins:dict"`. This rule only applies to Python objects of this type.
+ such as `"builtins:dict"` or `"sympy.core.symbol:Symbol"`. This rule only applies to
27
+ Python objects of this type.
28
- `T` is a Julia type, such that this rule only applies when the target type intersects
29
with `T`.
30
- `func` is the function implementing the rule.
0 commit comments