Skip to content

Implement name mangling semantics #645

@pratt-fds

Description

@pratt-fds

Summary

Dunder private methods are not recognised. These methods have their names mangled on import (eg, Foo.__my_private_method becomes Foo._Foo__my_private_method), resulting in an unresolved-attribute error when validating test code

Image

Version

0.0.1a8

Metadata

Metadata

Assignees

No one assigned

    Labels

    runtime semanticsAccurate modeling of how Python's semantics work at runtime

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions