method: test.Config.loadconfig

 load configpath as an initial config module. 
    def loadconfig(self, configpath): 

origin: test.Config

where:

function source:

def loadconfig(self, configpath): 
    """ load configpath as an initial config module. """ 
    mod = importconfig(configpath) 
    self._initialconfigmodules.append(mod) 
    return mod 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.0

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.1

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.2

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.3

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.4

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.5

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.6

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.7

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.8

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.9

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.10

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.11

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.12

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.13

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.14

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.15

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.16

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.17

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.18

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.19

called in /home/johnny/projects/merlinux/py/dist/py/test/config.py

traceback test.Config.loadconfig.20