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

ValueError: wrapper has not been initialised #180

Open
brycepg opened this issue Mar 11, 2018 · 0 comments
Open

ValueError: wrapper has not been initialised #180

brycepg opened this issue Mar 11, 2018 · 0 comments

Comments

@brycepg
Copy link

brycepg commented Mar 11, 2018

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'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant