The del tag has no wiki summary.
0
votes
1answer
25 views
iOS progressive led lighting
I am trying to perform a progressive lighting with the iPhone LED. To do this, i tried to use the method setTorchModeOnWithLevel, with a floating value periodically increased, from 0.1 to ...
0
votes
5answers
63 views
Deleting a few list items inside of dictionary
Deleting a few list items inside of dictionary
Hi,
I have a dictionary:
phone = {"first":100,"second":200,"third":[10,12,5,38],"fourth":400}
Let' say I want to remove the 12 and 5 from from ...
1
vote
4answers
45 views
How to inherit __del__ function
I am reading the Python Essential Reference 4th ed. and I cannot figure out how to fix a problem in the following code
class Account(object):
num_accounts = 0
def __init__(self, name, ...
0
votes
1answer
46 views
Removing an object instance from a list in python
I have this elevator assignment and I'm stuck in 1 place. I have a building object with a list of customers in it. I'm trying a method for a customer to enter an elevator - customer is appended to ...
1
vote
1answer
32 views
Reporting failed to delete to a file in DEL batch files
How does one create a report file where a DEL command failed to execute properly?
I would have thought you'd do
DEL FILENAME.TXT ECHO "FILENAME.TXT" >> REPORT.TXT
but all it does is make an empty ...
0
votes
2answers
47 views
Batch File: Removing directory recursively.
i'm doing a single Batch-File currently that deletes all contents from a specific folder on the Server.
It is working so far, but directories with spaces in the Folder name will not be recognized ...
3
votes
2answers
93 views
Python del statement
Calling del on a variable in Python. Does this free the allocated memory immediately or still waiting for garbage collector to collect? Like in java, explicitly calling del has no effect on when the ...
0
votes
3answers
145 views
Delete a directory and its files using command line but dont throw error if it doesnt exist
I need a DOS command to delete a directory and all its containing files but i do not want to see any errors if the directory does not exist.
Surely this is easy enough...
0
votes
2answers
111 views
Delete all objects in a list
I create many object then I store in a list. But I want to delete them after some time because I create news one and don't want my memory goes high (in my case, it jumps to 20 gigs of ram if I don't ...
0
votes
0answers
19 views
<some command> || TRUE in Windows Batch [closed]
What is the equivalence in Windows - CMD of the following line (in bash script)
rm -rf some_dir || true
?
Thanks
1
vote
1answer
36 views
check file name before deleation (windows Batch)
Is there a way using Windows Batch to read a txt file list of file names. And if the name is present in the list to preserve that file but. If the file name is not found in the txt list that it is ...
1
vote
4answers
146 views
Delete all files that contain strings
I have around 40,000 files, and a list of identifiers.
eg:
AB000001,
AB000002,
AB000004,
AB000005,
AB000006,
AB000007
Each file should contain an identifier (not in the file name) and I need to find ...
1
vote
5answers
75 views
Slicing List Confusion in Python
Alright, I am super new to Python and something is bugging me about slicing lists. Why is it that I get [1, 3, 4] back when I am slicing [1] and [3] from this code?
z = [1, 2, 3, 4, 5]
del z[1], ...
4
votes
7answers
177 views
In Python, how do I delete the Nth list item from a list of lists (column delete)?
In Python, how do I delete a "column" from a list of lists?
Given:
L = [
["a","b","C","d"],
[ 1, 2, 3, 4 ],
["w","x","y","z"]
]
I would like to delete "column" 2 to get:
L = ...
0
votes
4answers
260 views
cmd delete files
Perhaps someone can be of help. I have several files with the following naming convention:
fooR1.txt, fooR2.txt, fooR3.txt, . . . , fooR1000.txt
I wish to delete all the files greater than R500. ...
0
votes
1answer
52 views
How to find out application is using object reference in cache?
I find it hard to explain my problem as the problem is not within the code itself. If you need more input to understand the following better, please let me know.
I'm using ArcGIS to call a bunch of ...
4
votes
3answers
151 views
How can I delete all zeros except for x of them in every run of consecutive zeros within a list?
For every run of x or more consecutive zeros in a list in Python, I would like to del all zeros in the run except for x of them. If x = 0, then delete all zeros.
I was thinking of a Python function ...
1
vote
3answers
78 views
__del__method not executing when involving circular reference
I find that custom __del__ method seems not to execute when circular referencing are involved.
Here is a sample code:
class DelClass():
def __init__(self,a):
self.prop = a
...
0
votes
0answers
116 views
Prevent application from being terminated? (forever-running application)
I've read articles saying that Ctrl+Alt+Del is an in-built Windows combination and cannot be disabled.
Basically, I'm trying to make something like an anti-virus and most antivirus tools are ...
5
votes
3answers
894 views
Python del if in dictionary in one line
Is there a one line way of doing the below?
myDict = {}
if 'key' in myDic:
del myDic['key']
thanks
1
vote
2answers
117 views
Unable to reference an imported module in __del__()
I'm using an object's __del__() to unsubscribe it from an event (using an event scheme similar to this):
import my_enviroment
class MyClass():
def __del__(self):
...
1
vote
1answer
450 views
Before syncdb, delete field from standard Django model
This is a follow-up question on Delete field from standard Django model. In short: a field can be dynamically deleted from a model that is already created, in this case the field User.email . So field ...
2
votes
1answer
535 views
Delete field from standard Django model
Basically I would like to delete the default email field from the default Django User class...
class MyUser(User):
field = models.CharField(max_length = 10)
a = 'hello'
def b(self):
...
4
votes
3answers
162 views
Calling 'del' on a list
class ToBeDeleted:
def __init__(self, value):
self.value = val
# Whatever...
def __del__(self):
print self.value
l = [ToBeDeleted(i) for i in range(3)]
del l
This ...
1
vote
2answers
133 views
BATCH - for loop: Why only the last file is processed?
@echo on
set src=c:\test
set dst=d:\test
xcopy %src% %dst%
for /F "TOKENS=*" %%G in ('dir/b ^%src%\*.*^') DO set new=%%G
attrib +h "%dst%\%new%"
del "%dst%"
attrib -h "%dst%\%new%"
pause
...
0
votes
0answers
36 views
batch to fillter out duplicates in seperate directorys
I have two folders two different locations with a bunch of automatically generated (generated through install and repair/ reset) files in them.
Occasionally what happens is that a file of a ...
0
votes
2answers
396 views
Delete some files using batch files
I must create batch file to delete files of a directory wich names first simbols are "a". How can i do it?
0
votes
2answers
98 views
delete all files execpt
I have a folder with a few files in it; I like to keep my folder clean of any stray files that can end up in it. Such stray files may include automatically generated backup files or log files, but ...
0
votes
3answers
122 views
How to debug uncalled __del__()
I use __del__() to write a warning log in case the object gets deleted while in a wrong internal state (please no wrath about it).
I tried to test it but although I use del my_object in the test, the ...
4
votes
7answers
590 views
Python: Delete all list indices meeting a certain condition
to get right down to it, I'm trying to iterate through a list of coordinate pairs in python and delete all cases where one of the coordinates is negative. For example:
in the array:
map = [[-1, ...
5
votes
3answers
4k views
Transparent PNG image (with TImageList) in a TMainMenu
I want to load a PNG with transparent background in a TImageList and use it in a TMainMenu (via TAction).
However, in Delphi the background is just black.
The is a way to fix that?
Is PNG support only ...
1
vote
1answer
128 views
delete temp internet files excetp those with extentions
I’m the AutoCAD IT guy at work, because our windows IT guys always facebooking and e-baying my manager has complained he’s temp folders are too full. Because I'm always researching and listing (and ...
0
votes
4answers
192 views
Save state in file on cleanup using __del__?
I have a class that looks like this:
class A:
def __init__(self, filename, sources):
# gather info from file
# info is updated during lifetime of the object
def close(self):
...
37
votes
9answers
12k views
When is del useful in python?
I can't really think of any reason why python needs the del keyword (and most languages seem to not have a similar keyword). For instance, rather than deleting a variable, one could just assign None ...
4
votes
5answers
3k views
I don't understand this python __del__ behaviour
Can someone explain why the following code behaves the way it does:
import types
class Dummy():
def __init__(self, name):
self.name = name
def __del__(self):
print ...
5
votes
1answer
2k views
deleting multiple keys in redis-rb
Using redis-rb in a Rails app, the following doesn't work:
irb> keys = $redis.keys("autocomplete*")
=> ["autocomplete_foo", "autocomplete_bar", "autocomplete_bat"]
irb> $redis.del(keys)
...
1
vote
2answers
538 views
How do I override PySerial's “__del__” method in Python?
I have a simple Python script set up to send Characters to a device on COM3.
(This is running on Windows XP)
The device receives the Characters fine, but when the script ends, or I call
ser.close() ...
0
votes
1answer
171 views
Wildcard with cmd files help
I am currently using this statement:
for /d %%X in (C:\Users*) do (del %%X\Desktop\deleteme.txt )
Although I would like to use the "%%X" in to parts of this statement
e.g.
del ...
5
votes
1answer
895 views
Python del on classes
Lets assume we have a class in python:
class A(object):
def __del__(self):
print "Del!"
__del__ is called upon deleting/garbage collection of any A instance.
Is is possible to do the ...
2
votes
3answers
1k views
Python: Removing a single element from a nested list
I'm having trouble figuring out how to remove something from within a nested list.
For example, how would I remove 'x' from the below list?
lst = [['x',6,5,4],[4,5,6]]
I tried del lst[0][0], but I ...
14
votes
2answers
2k views
In Python, is use of `del` statement a code smell?
I tend to use it whenever I am working on a prototype script, and:
Use a somewhat common variable (such as fileCount), and
Have a large method (20+ lines), and
Do not use classes or namespaces yet.
...
0
votes
1answer
331 views
Using PyFlakes and the del operator
When making use of del in a Python function, I'm getting false positives from PyFlakes telling me that the variable is undefined.
def foo(bar):
# what if it's ham? eww
if bar == 'ham':
...
0
votes
0answers
60 views
why retain of delegate is wrong what are all alternatives…?
I have one problem let assume A and B are 2 view controller from A user push to B view controller,In B user starts some download by creating object C(which is NSObject class) and sets B as delegate to ...
1
vote
4answers
132 views
Deleting attributes when deleting instance
class A:
def __get(self):
return self._x
def __set(self, y):
self._x = y
def __delete_x(self):
print('DELETING')
del self._x
x = property(__get,__set,__delete_x)
b = A()
# Here, when ...
4
votes
2answers
972 views
__del__ method being called in python when it is not expected
I am new to python and have been working through the examples in Swaroop CH's "A Byte of Python". I am seeing some behavior with the __del__ method that is puzzling me.
Basically, if I run the ...
2
votes
2answers
749 views
Eclipse+Pydev: “cleanup” functions aren't called when pressing “stop”"?
Trying to run this file in eclipse
class Try:
def __init__(self):
pass
def __del__(self):
print 1
a=Try()
raw_input('waiting to finish')
and pressing the stop button without ...
21
votes
7answers
8k views
Which is better in python, del or delattr?
This may be silly, but its been nagging the back of my brain for a while.
So Python gives us two built-in ways to delete attributes from objects, the del command word and the delattr built-in ...
0
votes
3answers
1k views
sys.getrefcount continuation
link text
I got the concept of reference count
So when i do a "del astrd" ,reference count drops to zero and astrd gets collected by gc ?
This is the sample codes.These codes I developed after my ...
12
votes
4answers
1k views
How does python close files that have been gc'ed?
I had always assumed that a file would leak if it was opened without being closed, but I just verified that if I enter the following lines of code, the file will close:
>>> f = ...
