Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

ValueError: wrapper has not been initialised #180

@brycepg

Description

@brycepg

I'm unable use pycall graph on the astroid module.

Steps to reproduce:

pip install astroid

from pycallgraph import PyCallGraph
from pycallgraph.output import GraphvizOutput

import astroid

graphviz = GraphvizOutput(output_file='filter_none.png')

with PyCallGraph(output=graphviz):
    next(astroid.extract_node("a=5; a").infer())

pycallgraph version: '1.0.1'
wrapt version: '1.10.11'

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