mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 02:52:18 +08:00
Protect access to Span implementation (#1188)
This commit is contained in:
@ -441,7 +441,8 @@ exclude-protected=_asdict,
|
|||||||
_fields,
|
_fields,
|
||||||
_replace,
|
_replace,
|
||||||
_source,
|
_source,
|
||||||
_make
|
_make,
|
||||||
|
_Span
|
||||||
|
|
||||||
# List of valid names for the first argument in a class method.
|
# List of valid names for the first argument in a class method.
|
||||||
valid-classmethod-first-arg=cls
|
valid-classmethod-first-arg=cls
|
||||||
|
Reference in New Issue
Block a user