mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-01 10:36:34 -05:00
Remove unused instance variable
This commit is contained in:
parent
5b5b171f3e
commit
4d17add8de
@ -228,10 +228,6 @@ class _CacheDescriptorBase(object):
|
|||||||
# list of the names of the args used as the cache key
|
# list of the names of the args used as the cache key
|
||||||
self.arg_names = all_args[1:num_args + 1]
|
self.arg_names = all_args[1:num_args + 1]
|
||||||
|
|
||||||
# The arg spec of the wrapped function, see `inspect.getargspec` for
|
|
||||||
# the type.
|
|
||||||
self.arg_spec = arg_spec
|
|
||||||
|
|
||||||
# self.arg_defaults is a map of arg name to its default value for each
|
# self.arg_defaults is a map of arg name to its default value for each
|
||||||
# argument that has a default value
|
# argument that has a default value
|
||||||
if arg_spec.defaults:
|
if arg_spec.defaults:
|
||||||
|
Loading…
Reference in New Issue
Block a user