David-Herman

Results 7 comments of David-Herman

which other class methods should I add the decorator, besides the __init__?

To give further background. My data structure in the above trace example is composed of a scipy.io.matlab.mio5_params.mat_struct, which is highly nested, that is composed by about ~250 data objects which...

This is the pip install at the latest commit (used hash to be explicit on what I was installing) `>pip install git+git://github.com/seperman/deepdiff.git@4662faea2cf4982e6f1974fd5abf18216ebc7aaa` and confirming via ` .__version__`. ``` >>> import...

Also facing issues with this block of xml. ```xml Gellis David Stowe VT US US US Shaanan Gad La Jolla CA US US US Duval Francois Terrebonne CA CA CA...

Okay so more background. I am trying to parse USPTO xml files from the following link. https://bulkdata.uspto.gov/data/patent/application/redbook/fulltext/2017/ I had to slice the xml as follows, ```def get_substring(content,start='\n 1. An eyeglass...

I solved the above error about the path being too long by adding a try/except.

Also note that in my 1.10.0 version, I can parse the file without issue (Python 3) while my Python 2 1.11.0 is what had thrown the original error.