issues
search
coady
/
multimethod
Multiple argument dispatching.
https://coady.github.io/multimethod
Other
284
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Mypy doesn't recognize invalid Argument value
#125
Ben621
closed
1 week ago
4
overloading private methods
#124
Wouter1
closed
2 months ago
2
importing multimethod
#123
Wouter1
closed
2 months ago
4
Bump CodSpeedHQ/action from 2 to 3
#122
dependabot[bot]
closed
3 months ago
2
multimethod doesn't work nicely with Union types
#121
aaronhendry
closed
4 months ago
4
Stacking custom decorators with @multimethod
#120
ritik-kansal
closed
5 months ago
2
Minor Typo
#118
nkabir
closed
6 months ago
1
Variable positional arguments
#115
sylvorg
closed
8 months ago
2
`Self` cannot be used with `issubclass`
#114
sylvorg
closed
8 months ago
8
TypeError in new version 1.11.1
#113
vnmabus
closed
8 months ago
6
Subclass methods
#111
kuraga
closed
8 months ago
0
Version 1.11 breaks dispatch on Union objects with custom metaclass
#110
ieaves
closed
8 months ago
3
Version 1.11 does not allow concrete protocol subclasses
#109
vnmabus
closed
8 months ago
7
Bump codecov/codecov-action from 3 to 4
#108
dependabot[bot]
closed
9 months ago
0
type `__args__` should be retrieved using `typing.get_args()`
#107
kszucs
closed
9 months ago
2
Bump github/codeql-action from 2 to 3
#105
dependabot[bot]
closed
10 months ago
1
Bump actions/setup-python from 4 to 5
#103
dependabot[bot]
closed
11 months ago
1
Clarify "Positional-only" in Readme
#102
ParadaCarleton
closed
1 year ago
1
Clarify if `@multimethod` works with position-or-keyword arguments
#101
ParadaCarleton
closed
12 months ago
1
Regression in 1.10 regarding typing.Literal
#100
adam-urbanczyk
closed
11 months ago
6
Bump actions/checkout from 3 to 4
#95
dependabot[bot]
closed
1 year ago
0
PEP about multiple dispatch and @typing.overload
#94
gabrieldemarmiesse
closed
1 year ago
0
Different names for the multimethod in a class does not work with staticmethod and classmethod decorators
#93
pradeepkrb86
closed
1 year ago
1
Classmethod fails on the uninitialized class object
#92
u-tung
closed
1 year ago
2
flake8 reports redefinition when using multimethod
#91
firesurfer
closed
1 year ago
2
Overload fails on Optional arguments
#90
ipcoder
closed
1 year ago
1
Bugfix/multidispatch on kwargs
#89
svaningelgem
closed
12 months ago
8
Documentation isn't updated?
#88
svaningelgem
closed
1 year ago
5
multimethod "forgets" keyword only arguments
#86
svaningelgem
closed
1 year ago
2
Strange behaviour with pandas function application methods
#85
MordorianGuy
closed
1 year ago
1
TypeError: type 'dict_keys' is not an acceptable base type
#84
Dvergatal
closed
1 year ago
0
multimethod does not recognize correctly 'collections.abc.Container' types
#82
Dvergatal
closed
1 year ago
7
Make __call__ faster to step through in the debugger
#81
mnieber
closed
1 year ago
2
Fix creating unnecessary instances
#80
MordorianGuy
closed
1 year ago
2
Using >1 different Union raises TypeError
#79
IsaacBreen
closed
1 year ago
1
Doesn't work properly with pydantic types
#78
akhundMurad
closed
1 year ago
2
Thread safety fix
#77
cody82
closed
1 year ago
1
F811 redefinition of unused '__init__' from line 33
#76
svaningelgem
closed
1 year ago
2
Is there a way to dispatch superclass methods?
#74
MordorianGuy
closed
1 year ago
1
Issues with thread safety
#73
maxme1
closed
1 year ago
0
dispatching on a sequence of callable breaks dispatch on callable
#72
francesco-ballarin
closed
2 years ago
3
removing __init__.py from tests makes test_methods.py::test_dispatch_exception fail
#71
francesco-ballarin
closed
2 years ago
3
Trailing object arguments
#69
KyleSJohnston
closed
2 years ago
2
Bump actions/setup-python from 3 to 4
#68
dependabot[bot]
closed
2 years ago
1
Python 3.11 supported.
#67
coady
closed
2 years ago
1
Not work Callable[]
#66
Valentin-Miroshnichenko
closed
2 years ago
1
Bump github/codeql-action from 1 to 2
#65
dependabot[bot]
closed
2 years ago
2
Loss of type-hinting benefits
#64
edan-bainglass
closed
2 years ago
5
Bump codecov/codecov-action from 2 to 3
#63
dependabot[bot]
closed
2 years ago
1
Support for NewType
#62
jaredliw
closed
2 years ago
0
Next