Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #90216

Re: calling base class method fetches no results

Path csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'tests.': 0.07; 'advance': 0.07; 'lawrence': 0.09; 'method,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:method': 0.09; 'runs': 0.10; 'python': 0.11; 'language.': 0.14; 'attaching': 0.16; 'fetches': 0.16; 'lot!': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:class': 0.16; 'suggestion.': 0.16; 'language': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'trying': 0.19; 'everyone,': 0.19; 'example': 0.22; 'header:User-Agent:1': 0.23; 'question': 0.24; 'nearly': 0.26; 'defined': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; 'code': 0.31; 'class': 0.32; 'run': 0.32; 'skip:_ 10': 0.34; 'could': 0.34; 'but': 0.35; 'method': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'called': 0.40; 'how': 0.40; 'hope': 0.61; 'new': 0.61; "you're": 0.61; 'kind': 0.63; 'our': 0.64; 'more': 0.64; 'charset:windows-1252': 0.65; 'here': 0.66; 'results': 0.69; 'subject:base': 0.84; 'received:89': 0.85; 'subject:results': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: calling base class method fetches no results
Date Sat, 09 May 2015 08:07:13 +0100
References <CANPUzQ1QJrg7GKRTpfvKLivG+vbNAY+gYeBSsB_zrJmX=4tRFQ@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-89-240-163-187.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0
In-Reply-To <CANPUzQ1QJrg7GKRTpfvKLivG+vbNAY+gYeBSsB_zrJmX=4tRFQ@mail.gmail.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.275.1431155255.12865.python-list@python.org> (permalink)
Lines 28
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1431155255 news.xs4all.nl 2936 [2001:888:2000:d::a6]:46550
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:90216

Show key headers only | View raw


On 09/05/2015 07:41, david jhon wrote:
> Hello everyone,
>
> I am new to python and trying to run an example code from mininet tests.
> Basically, I am trying to call a method in Hcontroller.py from base class
> Routing defined in DCRouting.py which runs and fetches all the required
> results in install_reactive_path() method, but it returns None when it is
> called from _GlobalFirstFit. I hope someone here could help me fix this
> bug..
>
> I am attaching all the three files(DCRouting.py, HController.py, util.py)
> to have a look into. Thanks in advance for your time, help or suggestion.
> Thanks a lot!
>
> kind regards,
> David
>

I'm sorry but I'm not wading through nearly 30kb of code in five 
attachments.  Please see http://sscce.org/ for how to put your question 
so you're more likely to get answers.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: calling base class method fetches no results Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-09 08:07 +0100

csiph-web