Top "Call" questions

Do not use this ambiguous tag.

Calling private function within the same class python

How can i call a private function from some other function within the same class? class Foo: def __bar(arg): #…

python function call private
Python, subprocess, call(), check_call and returncode to find if a command exists

I've figured out how to use call() to get my python script to run a command: import subprocess mycommandline = ['lumberjack', …

python command-line call subprocess file-exists
JavaScript: Detect AJAX requests

Is there any way to detect global AJAX calls (particularly responses) on a web page with generic JavaScript (not with …

javascript ajax request call
How can I call a javascript constructor using call or apply?

How could I generalise the function below to take N arguments? (Using call or apply?) Is there a programmatic way …

javascript call apply
Different ways to call methods in ABAP

Sorry for this basic ABAP question. What are the different ways to call methods in ABAP? And what are their "…

call abap
Can I/How to... call a protected function outside of a class in PHP

I have a protected function that is defined within a certain class. I want to be able to call this …

php function call protected
How to call external dll function from java code

I need to call external DLL library function from Java code. I use Netbeans 7.2. My dll's functions are: Boolean isValid(…

java dll call jna
Python - how do I call external python programs?

I'll preface this by saying it's a homework assignment. I don't want code written out for me, just to be …

python call external
JUnit Easymock Unexpected method call

I'm trying to setup a test in JUnit w/ EasyMock and I'm running into a small issue that I can't …

junit methods call easymock
TypeError: 'numpy.float64' object is not callable?

I can't figure out why I'm getting this error. Any help would be appreciated. This code is for basic autonomous …

python numpy call ros