issues
search
mkorpela
/
overrides
A decorator to automatically detect mismatch when overriding a method
Apache License 2.0
261
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Question] Python's official lib `typing` implements `@final` and `@override` in 3.12
#126
ParticleG
closed
3 weeks ago
2
fix: `AttributeError` by checking method types in custom metaclasses
#125
fkapsahili
closed
5 months ago
2
Move away from `distutils`: please migrate to `pyproject.toml`
#124
juliangilbey
opened
7 months ago
0
`AttributeError` from `overrides` in conjunction with `typing_extensions.Literal` in subclass
#122
vectro
opened
9 months ago
2
Regression in version 7.6.0 when base class name has more than one level of nesting
#121
CastorAF
closed
9 months ago
3
Docs request: IDE linting guidance
#120
aaronsteers
opened
10 months ago
1
Fix _is_same_module() on PyPy
#119
mgorny
closed
9 months ago
2
Test failures with pypy3.10 7.3.13
#118
mgorny
closed
9 months ago
10
tests/test_enforce__py38.py::EnforceTests::test_enforcing_when_incompatible fails with Python 3.12
#117
mgorny
closed
9 months ago
6
Update README.rst
#116
mkorpela
closed
1 year ago
0
Error when using pipe for union types
#115
LysanderGG
closed
1 year ago
3
Callable testing
#114
mkorpela
opened
1 year ago
0
False positive when checking parameter with Callable
#113
ericv8v9s
opened
1 year ago
25
Fix #111
#112
bersbersbers
closed
1 year ago
0
`overrides` is incompatible with `nuitka`
#111
bersbersbers
opened
1 year ago
1
Do some caching of base lookup
#110
dubrousky
closed
1 year ago
1
Does `override` need to be overloaded explicitly?
#109
bersbersbers
closed
2 years ago
3
Sic .. so maybe override also?
#108
mkorpela
closed
2 years ago
1
Inner classes are recognized as methods by EnforceOverrides
#107
apirogov
closed
2 years ago
4
Feature request: allow renaming unused variables
#106
bersbersbers
closed
2 years ago
2
Fix enforce overrides magic methods
#105
mkorpela
closed
2 years ago
0
TypedDict handling improved
#103
mkorpela
closed
2 years ago
0
If overriden method has no __module__ assume _is_same_module is False
#102
tjsmart
closed
2 years ago
6
Support for overriding inner classes
#101
jobh
closed
2 years ago
10
Failed when overriding a decorated function
#100
Gasoonjia
closed
2 years ago
4
TypeError: DictionaryField.batch_tensors: `tensor_list` is not present.
#99
RyleeSnow
closed
2 years ago
1
`threading.Lock` is not recognized as a `ContextManager`
#98
ashwin153
closed
2 years ago
1
Fix a typo of `EnforceOverrides`.
#97
bhushan-mohanraj
closed
2 years ago
1
TypedDict is treated as different class as Dict[str, Any]
#96
hal-314
closed
2 years ago
5
Overrides breakes SOLID Liskov rule?
#95
hubertqtf
closed
2 years ago
1
@overrides cause maximum recursion depth exceeded when input argument has Literal
#94
busFred
closed
2 years ago
10
Can't refine method typing if parent is typed as `typing.Any`
#93
hal-314
closed
2 years ago
2
Test failure when running test suite in conda-forge feedstock
#92
h-vetinari
opened
2 years ago
1
Errors with @staticmethod
#91
alkatar21
closed
2 years ago
1
Pylance complains about missing stubs
#90
alkatar21
closed
3 years ago
3
Error on builtin types
#89
Victor333Huesca
closed
2 years ago
2
Name Validation on Positional-Only Parameters
#88
erikvanderwerf
closed
2 years ago
1
Allow for a way to have unimplemented functions in base class without requiring `check_signature=False`
#87
AkshitaB
closed
2 years ago
8
EnforceOverrides fails on nested classes
#86
ashwin153
opened
3 years ago
3
Only check return type if both superclass and subclass have a type-hint
#85
ashwin153
closed
3 years ago
6
Fix return type check to use `or` not `and`
#84
ashwin153
closed
3 years ago
0
`sub_return` is required if `super_return` is specified
#83
ashwin153
closed
2 years ago
5
Fix signature untyped fail from same package
#82
mkorpela
closed
3 years ago
0
Allow typed overrides of methods with untyped arguments
#81
brentyi
closed
3 years ago
1
tests from #78 and #79
#80
mkorpela
closed
3 years ago
0
Overrides has a hard error when string type hints fail to evaluate
#79
dpcollins-google
closed
3 years ago
5
Overrides breaks when using a parameter of Callable type
#78
dpcollins-google
closed
3 years ago
2
Override breaks when overriding a method with no type hints in third party library
#77
harshit-py
closed
3 years ago
13
check mypy compatibility
#76
mkorpela
closed
3 years ago
0
add 3.6 and 3.7 python to gh actions
#75
mkorpela
closed
3 years ago
0
Next