Skip to content

Interaction of LOP with builtins is badly broken #31

Open
@KOLANICH

Description

@KOLANICH
from lazy_object_proxy import Proxy
import os

def a():
	return "."

c = Proxy(a)
os.path.exists(c)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions