Larry Martell wrote:
> I feel like I've converted sets to lists before. But maybe not. Or
> maybe I am losing it from having worked 70 hours this week.
>
> Shouldn't this work?
>
> (Pdb) print block['relative_chart1']['vessel_names']
> set([u'Common Carotid', u'External Carotid', u'Internal Caroti
On Thursday, March 31, 2016, Ben Finney wrote:
> Larry Martell > writes:
>
> > I feel like I've converted sets to lists before. But maybe not. Or
> > maybe I am losing it from having worked 70 hours this week.
> >
> > Shouldn't this work?
>
> In a Python interactive shell? Yes.
>
> In the PDB she
Larry Martell writes:
> I feel like I've converted sets to lists before. But maybe not. Or
> maybe I am losing it from having worked 70 hours this week.
>
> Shouldn't this work?
In a Python interactive shell? Yes.
In the PDB shell? No, because some different names are defined as
commands. Such
On Fri, Apr 1, 2016 at 10:56 AM, Larry Martell wrote:
> I feel like I've converted sets to lists before. But maybe not. Or
> maybe I am losing it from having worked 70 hours this week.
>
> Shouldn't this work?
>
> (Pdb) print block['relative_chart1']['vessel_names']
> set([u'Common Carotid', u'Ext
I feel like I've converted sets to lists before. But maybe not. Or
maybe I am losing it from having worked 70 hours this week.
Shouldn't this work?
(Pdb) print block['relative_chart1']['vessel_names']
set([u'Common Carotid', u'External Carotid', u'Internal Carotid'])
(Pdb) type(block['relative_ch