daviis / PyDucker

A static ducking tool for python 3 source code
2 stars 2 forks source link

Lists in lists #35

Open daviis opened 9 years ago

daviis commented 9 years ago

What are we going to do about variables that references homogeneous lists that are themselves wrapped in lists. Same works for other types of iterables and could work for different types of iterables nested in each other.

It will require a reworking of VarBeans and DocStringParser.

Idea from #26

daviis commented 9 years ago

We will hold off till later.

daviis commented 9 years ago

Lists in lists is working as per pull #52. Currently hetero lists will only know the types of the initial contents not what types the things are that are appended or lost from slicing or popping.