Supposons qu'il myapp/foo.pycontienne: def info(msg): caller_name = ???? print '[%s] %s' % (caller_name, msg) Et myapp/bar.pycontient: import foo foo.info('Hello') # => [myapp.bar] Hello Je veux caller_nameêtre défini sur l' __name__attribut du module des fonctions appelantes (qui est «myapp.foo») dans ce cas. Comment cela peut-il être fait?
Existe-t-il un moyen d'obtenir plus de 10 lignes dans une erreur de pile node.js? function a() { dieInHell(); } function b() { a(); } function c() { b(); } function d() { c(); } function e() { d(); } function f() { e(); } function g() { f(); } function …
C'est un crash bizarre que je reçois. Le crash se produit lorsque j'appuie sur un bouton qui va à un certain ViewController. La ligne sur laquelle il plante est: DestinationInformationViewController *info = [[DestinationInformationViewController alloc] init]; [info setModalTransitionStyle: UIModalTransitionStyleCrossDissolve]; [self presentViewController:info animated:YES completion: nil]; // CRASHES HERE [info release]; La trace …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.