neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
898 stars 186 forks source link

Prefix AsyncNonConcurrentMethodChecker methods with underscore #1099

Closed robsdedude closed 3 weeks ago

robsdedude commented 3 weeks ago

The concurrency check introduced in https://github.com/neo4j/neo4j-python-driver/pull/989 introduced classmethods to several driver primitives that had the check added. These class methods are only meant for internal use and are undocumented. Therefore, they should be marked private.